/*
ProjectName Bootstrap Sass Theme
Author: Md. Sumon Mia
Version: 0.0.1
*/
/* BASE - Base styles, variables, mixins, etc */
/* Font Colors */
/* Background Colors */
/* Mixins */
/* button:focus {
    outline: none;
}
h1, h2, h3, h4, h5 {
    margin-top: 0; }

body {
    font-family: "Segoe UI", "Segoe WP", "Segoe Regular", sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    color: #666666; }

.navbar {
    margin-bottom: 0px; }

.navbar-toggle {
    float: left;
    margin-right: 0px;
    margin-left: 15px;
    border: 0px; }

.navbar-brand {
    float: none;
    display: inline-table;
    padding: 0px;
    padding-top: 5px; }

.navbar-header {
    padding-right: 15px;
    border-bottom: 1px solid black; }
.navbar-header .icon-bar {
    background-color: #000;
    height: 4px; }
.navbar-header .search_bt {
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-top: 3px;
    border: 0 none;
    float: left;
    padding: 9px 10px;
    position: relative;
    background-color: transparent;}

.modal-body {
    padding: 0px; }

.modal {
    right: 15%; }

.modal-dialog {
    margin: 0px; }

.modal-content {
    border-radius: 0px; }

.panel-group .panel {
    border-radius: 0px; }

.panel-custom {
    border-bottom: 1px solid #cccccc; }
.panel-custom .panel-title a {
    color: #afafaf;
    text-decoration: none;
    font-size: 18px; }
.panel-custom .panel-footer {
    border-top: 2px solid #f5f5f5;
    background-color: transparent; }
.panel-custom .panel-footer button {
    background-color: #acacac;
    color: #fff;
    border-radius: 0px;
    padding: 5px 30px; }
.panel-custom .panel-footer a {
    text-decoration: none;
    color: #a1a1a1; }

.list-group {
    border-top: 0px !important; }

.list-group-item {
    border: 0px; }

.panel-collapse .title {
    padding: 15px 25px; }

.black {
    color: black;
    font-weight: 400; }

.show_menu {
    right: 0px !important;
    left: 0px;
    -webkit-transition: right 1s;
    /* For Safari 3.1 to 6.0 */
    transition: right 1s;
    overflow-x: hidden;
    background-color: white;
    opacity: .9;
}

.menu {
    display: none;
    z-index: 1000;
    margin-left: 50px;
    position: absolute;
    right: -400%;
    -webkit-transition: right 2s;
    /* For Safari 3.1 to 6.0 */
    transition: right .5s; }
.menu .active {
    border-bottom: 2px solid #000;
    padding-bottom: 15px; }
.menu .active a {
    color: #000 !important; }
.menu .list {
    background-color: #fff;
    border-bottom: 1px solid #c5c5c5;
    padding: 15px 13px; }
.menu .list ul {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0; }
.menu .list ul li {
    display: inline; }
.menu .list ul li a {
    text-decoration: none;
    color: #adaaaa;
    padding: 15px 5px; }
.menu .list ul li a:hover {
    color: #000;
    border-bottom: 2px solid #000; }
.menu .menu-content {
    background-color: #fff;
    opacity: .95; }
.menu .menu-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
.menu .menu-content ul li:hover {
    cursor: pointer; }
.menu .menu-content ul li {
    border-bottom: 1px solid #000; }
.menu .menu-content ul li a {
    color: #000;
    text-decoration: none; }
.menu .menu-content ul li a span {
    font-size: 26px;
    padding: 0px 15px; }

.product_page .swiper-slide {
    display: inline-table !important;
    width: 170px !important; }
.product_page .swiper-slide img {
    max-width: 100%; }

.size-bt .ft button {
    background-color: transparent;
    border: 1px solid gray;
    display: table-cell;
    font-size: 14px;
    position: relative;
    width: 30px;
    color: gray; }

.size-bt .ft button:before {
    border-top: 1px solid gray;
    content: "";
    left: -2px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    transform-origin: 20% 40% 0;
    width: 38px;
    opacity: .4; }

.size-bt .num {
    bottom: 112px !important; }

/* MODULES - Individual site components */
.checkbox {
    padding-left: 20px; }

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    width: 100%; }
.checkbox label span {
    padding-left: 15px; }

.checkbox label::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 17px;
    height: 17px;
    left: -2px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }

.checkbox input[type="checkbox"] {
    opacity: 0; }

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
    border-radius: 50%; }

.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
    opacity: 0; }

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }

.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

.checkbox-black input[type="checkbox"]:checked + label::before {
    background-color: #000;
    border-color: #000; }

.checkbox-black input[type="checkbox"]:checked + label::after {
    color: #000; }

.checkbox-black {
    margin: 0px; }

#link {
    border-bottom: 1px solid #a6a4a4; }
#link ul {
    list-style-type: none;
    padding-left: 0px;}
#link ul li {
    display: inline;
    padding: 5px 5px; }
#link ul li a {
    text-decoration: none;
    color: #606060; }
#link ul li a:hover {
    color: #000; }

#product_title {
    background-color: #F0F0F0;
    padding: 5px; }
#product_title h5 {
    font-weight: bold;
    padding-top: 4px; }

#product_bt {
    padding: 15px 5px; }
#product_bt .btn1 {
    background-color: transparent;
    border: 1px solid gray;
    padding: 5px 15px;
    font-size: 14px; }
#product_bt .btn1:hover {
    background-color: gray; }

/* section {
    margin-bottom: 30px; } */

#img_text {
    position: relative;
    background: #606060; }
#img_text .img img {
    opacity: .5; }
#img_text .text {
    position: absolute;
    top: 0px;
    text-align: center;
    padding: 30px;
    color: #fff; }
#img_text .text h3 {
    font-weight: bold; }
#img_text .text button {
    background-color: transparent;
    border: 1px solid #fff; }

#product_slider .title {
    color: #000;
    font-weight: bold; }
#img-text .text {
    padding: 30px;
    text-align: center; }
#img-text .text h3 {
    color: #000;
    font-weight: bold;
    width: 50%; }
#img-text .text button {
    background-color: #fff;
    padding: 5px 15px;
    color: #000; }

#product_slider2 .swiper-slide .img {
    border-bottom: 1px solid #000; }
#product_slider2 .swiper-slide .num {
    position: absolute;
    bottom: 82px;
    left: 0px;
    background-color: #fff;
    color: #e74c3c;
    padding: 5px 15px;
    font-weight: bold; }
#product_slider2 .swiper-slide .heart {
    position: absolute;
    top: 0px;
    right: 3%;
    padding: 10px;
    font-weight: bold;
    color: #000; }
#product_slider2 .swiper-slide .heart button {
    background-color: transparent;
    border: 0px; }
#product_slider2 .swiper-slide .price {
    padding: 15px; }
#product_slider2 .swiper-slide .price .title h5 {
    color: #000;
    font-weight: 600;
    margin: 0px;
    text-align: left; }
#product_slider2 .swiper-slide .price .title p {
    font-size: 16px;
    text-align: left; }
#product_slider2 .swiper-slide .price .ft h5 {
    color: #e74c3c;
    font-weight: 600;
    margin: 0px;
    text-align: right; }
#product_slider2 .swiper-slide .price .ft p {
    font-size: 16px;
    text-align: right;
    text-decoration: line-through; }
#product_slider2 .swiper-slide-prev {
    margin-left: 100px; }

/* LAYOUTS - Page layout styles */
footer {
    /*FOOTER AREA*/ }
footer .icon i {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 80px;
    line-height: 73px;
    text-align: center;
    width: 80px;
    margin-bottom: 10px; }
footer .icon {
    margin-bottom: 30px; }
footer .footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0; }
footer .footer-bottom {
    background-color: #000;
    border-top: 1px solid #8c8c8c;
    color: #8c8c8c;
    padding-top: 21px; }
footer .footer-bottom ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
footer .footer-bottom ul li {
    display: inline-block; }
footer .footer-bottom ul li a {
    color: #8c8c8c;
    display: block;
    font-size: 14px;
    padding: 10px 9px; }
footer .footer-bottom p {
    margin-top: 10px; }

@media (max-width: 340px) {
    .logo-img {
        width: 100px !important; }
    .logo-img img {
        padding-top: 9px; } }
.logo-img {
    width: 150px; }

@media (max-width: 340px) {
    .product_page .swiper-slide img {
        max-width: 310px;
        padding: 0px 15px; }

    .size-bt .num {
        bottom: 82px !important; }

    #product_bt .btn1 {
        font-size: 12px; } }

/*# sourceMappingURL=main.css.map */

 */


/*Bug Fix Start*/
.icon a {
    color: white;
    text-decoration: none;
}

body{
    position: relative;
    overflow-x: hidden;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 270px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}

@media only screen and (min-width: 360px) and (max-width: 390px){
    .lpc{
        padding-left: 0px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 350px){
    .xs_wide{
        min-width: 100% !important;
    }

    .xs_wide .swiper-slide .img{
        padding-left: 0px;
        padding-right: 0px;
        width: 295px;
        margin-left: auto;
        margin-right: auto;
    }

}

.fix_class{
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.fix_class_img{
    position: relative;
}

.fix_class_img img{
    border-bottom: 1px solid black;
}

.fix_class .fix_class_img .num{
    background-color: #fff;
    bottom: 1px;
    color: #e74c3c;
    font-weight: bold;
    left: 0;
    padding: 5px 15px;
    position: absolute;
}

.fix_class .fix_class_img .heart{
    color: #000;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.fix_class .fix_class_img .heart button{
    background-color: transparent;
    border: 0 none;
}

.fix_class .price .ft.pull-right.size_button{
    display: table;
}


.fix_class .price .ft.pull-right.size_button button{
    position: relative;
    display: table-cell;
    border: 1px solid gray;
    width: 29px !important;
}

.fix_class .price .ft.pull-right.size_button button::before{
    border-top: 1px solid gray;
    content: "";
    left: -2px;
    opacity: 0.4;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    transform-origin: 20% 40% 0;
    width: 38px;
}

.price .row_1, .price .row_2{
    width: 100%;
    position: relative;
}

#special_wrapper{
    overflow-x: hidden;
    position: relative;
}

.nav_bt{
    border-radius: 0px;
}

.collapse_search_field{
    padding-left: 15px !important;
}

.font_placeholder{
    font-family: "Segoe UI","FontAwesome";
    font-size: 18px;
    border: 1px solid transparent;
    color: #666666;
}

.header_search_field{
    display: none;
    padding: 3%;
}

.header_search_field form .input-group-btn button{
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid black;
    color: black;
}

.header_search_field form input{
    border-radius: 0px;
    border: 1px solid black;
}

.header_search_field form .input-group .form-control:focus{
    box-shadow: none !important;
    border: 1px solid black;
}

#main_slider .main_slider .swiper-wrapper{
    transition-duration: 700ms !important;
}

/*fix for centered Slides*/

.swiper-container {
    width: 100%;
    height: 100%;
}
.la .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 252px;
    position: relative;
}

.product_slider_text{
    position: absolute;
    z-index: +2;
    margin-left: 25%;
    font-size: 45px;
    left: 0px;
    color: white;
}

@media only screen and (min-width: 700px){
    .la .swiper-slide{
        width: 500px;
    }
    .la .swiper-slide img{
        height: 500px;
        width: 500px;
    }

    .product_slider_text{
        position: absolute;
        z-index: +2;
        margin-left: 32%;
        font-size: 75px;
        left: 0px;
        color: white;
    }
}

#product_slider_2 .swiper-container {
    width: 100%;
    height: 100%;
}
#product_slider_2 .la .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 200px;
    position: relative;
}

#product_slider_2 .la .swiper-slide img{
    border-bottom: 1px solid black;
}
/*Bug Fix End*/


/*Part 2 Css Start*/

/*Kosar page css start*/
#top_row_kosar{
    min-height: 30px;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    border-bottom: 1px solid #000;
}

#top_row_kosar p:first-child{
    color: black;
    float: left;
}

#top_row_kosar p:last-child{
    font-size: 13px;
    float: right;
}

#kosar_pg_product_description{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}

#kosar_pg_product_description p{
    margin-bottom: 0px;
}

#product_close{
    position: absolute;
    top: 8px;
    color: black;
    right: 3%;
    font-size: 17px;
    cursor: pointer;
}

#kosar_pg_product_description_name{
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.red-text{
    color: red;
    font-weight: bold;
}

#kosar_pg_product_description div div div select{
    width: 100%;
    border: 1px solid #ccc;
}

#kosar_pg_product_description div div div select option span{
    color: black !important;
}

#kosar_pg_product_description_top_select{
    margin-top: 8%;
}

#kosar_pg_product_description_bottom_select{
    margin-top: 8%;
}

#kosar_pg_row_two{
    border-bottom: 1px solid #ddd;
    width: 100%;
    background-color: #F7F7F7;
    padding-top: 5px;
    padding-bottom: 5px;
}

#kosar_pg_row_two_table{
    border: 1px solid transparent;
    margin-bottom: 10px;
    margin-top: 5px;
}

#kosar_pg_row_two_table tr td{
    border: 1px solid transparent;
    padding-top: 3px;
    padding-bottom: 3px;
}

#kosar_pg_row_two_table tr td:last-child{
    text-align: right;
}

#kosar_pg_row_three{
    background-color: #F7F7F7;
    padding-bottom: 5px;
    padding-top: 5px;
}

#kosar_pg_row_three table{
    margin-bottom: 0px;
}

#kosar_pg_row_three table td{
    border: 1px solid transparent;
    color: black;
    font-weight: bold;
}

#kosar_pg_row_three table td:last-child{
    text-align: right;
}

#kosar_pg_row_three_ul{
    padding-left: 0px;
}

#kosar_pg_row_three_ul li{
    list-style: none;
    font-size: 14px;
}

.green_tick{
    color: #00FF9D;
}

#wide_green_button_row{
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #EFEFEF;
    border-top: 1px solid black;
}

#wide_green_button_row button{
    min-width: 80%;
    color: white;
    background-color: #00FF9D;
    border: 1px solid #00FF9D;
}
/*Kosar page css end*/

/*checkout page css start*/
#top_row_checkout{
    min-height: 30px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#top_row_checkout p{
    display: inline-block;
    font-size: 13px;
    padding-left: 2%;
}

#top_row_checkout p:first-child, #top_row_checkout p:last-child{
    color: black;
}

#checkout_pg_product_collapsible_1{
    padding-top: 15px;
    border-bottom: 1px solid #000;
}

#collapse_button_checkout_pg{
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.collapse_content_checkout_pg{
    padding-left: 15px;
    padding-right: 15px;
}

#checkout_pg_product_collapsible_1 table td{
    border: 1px solid transparent;
    padding: 0px;
    color: black;
    width: 100%;
}

#checkout_pg_product_collapsible_1 table td:first-child{

}

#checkout_pg_collapse_content_1 .nav-tabs{
    font-size: 13px;
    border-bottom: 1px solid transparent;
}

#checkout_pg_collapse_content_1 .nav-tabs li a{
    color: black;
    border-radius: 0px;
    border: transparent;
    background-color: transparent;
}

#checkout_pg_collapse_content_1 .tab-content .tab-pane{
    padding-top: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 360px){
    #checkout_pg_collapse_content_1 .nav-tabs li a{
        padding-left: 4px;
        padding-right: 4px;
    }

    #checkout_pg_collapse_content_1 .tab-content .tab-pane{
        padding-left: 4px;
    }
}

#checkout_pg_collapse_content_1 .nav-tabs .active{
    border-bottom: 2px solid black;
    background-color: transparent;
}

#checkout_pg_nav_menu_1 input{
    color: black;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

#checkout_pg_collapse_content_1 .tab-content{
    min-height: 200px;
}

#checkout_pg_collapse_content_2{
}

#checkout_pg_collapse_content_2 p u{
    font-size: 12px;
}

#checkout_pg_collapse_content_2 .list-group{
    margin-bottom: 0px;
}

#checkout_pg_collapse_content_3_form_wrapper{
    width: 100%;
}

#checkout_pg_collapse_content_3{
}

#checkout_pg_collapse_content_3_form_wrapper div{
    width: 50%;
    margin-bottom: 15px
}

#checkout_pg_collapse_content_3_form_wrapper div input{
    width: 95%;
    border: 1px solid #ccc;
    color: black;
    height: 24px !important;
}

#checkout_pg_collapse_content_3_form_wrapper div select{
    width: 95%;
    border: 1px solid #ccc;
}

.view_all_button{
    background-color: #fff;
    color: #000;
    padding: 5px 15px;
    margin-bottom: 20px;
}
/*checkout page css end*/
