@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Nexa';
    src: url(../fonts/NexaBold.woff2) format('woff2'),
        url(../fonts/NexaBold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexaLight';
    src: url(../fonts/NexaLight.woff2) format('woff2'),
        url(../fonts/NexaLight.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'NexaLight';
    overflow-x: hidden;
    background: #fff;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}


input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.gray-bg {
    background-color: #f6f6f6;
}

.center-col {
    margin: 0 auto;
    display: table;
    float: none;
}

.flexRow {
    display: flex;
}

.flexCol {
    display: flex;
    align-items: center;
}

.padd-0 {
    padding: 0px;
}

.all-section {
    padding: 50px 0px;
}

.side-padd {
    padding-left: 5%;
    padding-right: 5%;
}

.theme-heading {
    margin: 42px 0 30px;
    position: relative;
}

.theme-heading h2 {
    color: #808080;
    font-size: 30px;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    font-family: 'NexaLight';
}


.theme-heading h4 {
    color: #808080;
    font-size: 30px;
    margin: 0 0 0px;
    position: relative;
    text-transform: uppercase;
    font-family: 'NexaLight';
}

.theme-heading p {
       font-size: 13px;
    margin: 0px;
    color: #808080;
}

a.theme-btn {
    background: transparent;
    color: #888;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #888;
    padding: 8px 35px;
    margin: 35px 0;
    text-align: center;
}

/* BEGIN: HEADER SEC CSS */

header.custom_header {
    padding: 30px 10%;
    /*border-bottom: 1px solid #ccc;
    margin-bottom: 8px;*/
}

.desktop_menu .row {
    display: flex;
    align-items: baseline;
}

.main_logo {
    text-align: center;
    width: 130px;
    margin: 0px auto;
    display: table;
}

.main_logo a.Logo {
    display: inline-block;
}


.header_bottom {
    position: relative;
    padding: 10px 0px;
}

.header_bottom .nav>li>a {
    position: relative;
    padding: 24px 25px 0;
    color: #808080;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header_bottom .nav li:first-child a {
    padding-left: 0px;
}

.header_bottom .nav li:last-child a {
    padding-right: 0px;
}

.header_bottom .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
}

.menu_right ul.navbar-nav {
    display: flex;
    width: 100%;
    justify-content: start;
    margin-left: 0px;
}

#carousel-example-generic1 video#video {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* BEGIN: ABOUT SEC CSS */

section.about-sec {
    margin: 30px;
    background: #b6dadb;
    padding: 5% 0;
}
.about-img img {
    height: 500px;
    object-fit: cover;
}
/* END: ABOUT SEC CSS */



/*.slider {}
.slider .item img {width: 100%; height: 540px; object-fit: cover;}
*/
/* BEGIN: PRODUCT SEC CSS */
.pro-text-box {
    background: #dbd8d8;
    padding: 5% 10%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px 15px 0px 15px;
}

.h-product-box {
    height: 450px;
    overflow: hidden;
    text-align: center;
}

.h-product-box img {
    margin: 0 auto;
    display: inline-block;
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.m-top-30 {
    margin-top: 30px;
}

/* END: PRODUCT Sec CSS */





/* BEGIN: LIFESTYLE SEC CSS */
section.lifestyle {
    background: #dbd8d8;
    margin: 30px 0;
}

.lifestyle-text-box {
    padding: 0 10%;
    text-align: center;
}

section.club-sec {
    background: #dbd8d8;
    padding: 5% 0;
    margin: 0 30px 30px 30px;
}

/* END: LIFESTYLE SEC CSS */





/* BEGIN: GIFTING SEC CSS */
section.gifting {
    background: #e6dfd7;
    position: relative;
    margin: 0 30px 30px;
}

section.gifting .gifting-text {
    position: absolute;
    right: 5%;
    bottom: 50%;
    transform: translate(0px, 50%);
    width: 32%;
}

section.gifting h2 {
    margin: 0;
    color: #808080;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'NexaLight';
    z-index: 99;
    margin: 0 0 20px;
   text-align: center;
}

section.gifting a.theme-btn {
   margin: 20px 0;
  position: absolute;

  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	
}

/* END: GIFTING SEC CSS */




/* BEGIN: FOOTER SEC CSS */

.footer {
    background: #dbd8d8;
    padding: 50px 0 40px 40px;
    position: relative;
}

.footer a.Logo {
    width: 150px;
    margin-bottom: 10px;
}

.footer h2 {
    font-size: 17px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    
}
.footerlinks{
    margin-left: 50px;
        width: 16%;
}

.footer ul li a {
    font-size: 14px;
    margin: 0px;
    color: #383838;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
}

.footer .search {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
}

.footer .search input {
    background: transparent;
    margin: 0px;
    color: #808080;
    width: 100%;
    border: 1px solid #949494;
    height: 50px;
    padding-left: 15px;
    padding-right: 40px;
}

*:focus {
    outline: none;
}

.footer .search button {
    background: #d0b5a4;
    border: none;
    color: #efefef;
    font-size: 18px;
    padding: 10px 30px;
    margin: 9px 0;
}

.footer .search form {
    margin-bottom: 20px;
}

ul.ftr-social li {
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 15px;
}

ul.ftr-social li a {
    display: inline-block;
}

ul.ftr-social li a img {
    width: 35px;
}

/* END: FOOTER SEC CSS */

.right_top {
    position: relative;
}

.search_top_bar {
    position: absolute;
    right: 0;
    top: -70px;
    width: 50%;
        display: flex;
    align-items: center;
}
.search_top_bar i {
    color: #808080;
}
.search_top_bar input {
    border: none;
    padding-left: 15px;
    height: 35px;
    width: 100%;
    text-align: right;
    padding-right: 40px;
}

.search_top_bar button {
    background-color: transparent;
    border: none;
    /* margin-left: -30px; */
    position: absolute;
    right: 8px;
    top: 7px;
}

.search_top_bar form {
    position: relative;
}

/* BEGIN: PRODUCT SEC CSS */
.product-header ol.breadcrumb {
    text-align: center;
    background: transparent;
}

.product-header select {
    text-align: center;
    display: inline-block;
    width: 200px;
    padding: 5px 15px;
    border-color: #c1c1c1;
    appearance: auto;
}

.all-product-sec {
    margin-top: 30px;
}

.all-product-sec .product-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    position: relative;

}
.all-product-sec a.wish-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #dbd8d8;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
}
.all-product-sec a.wish-icon:hover{
    background: #333;
    color: #dbd8d8;
}
.all-product-sec .product-box img {
    width: 100%;
    border: 1px solid #e4e4e4;
    height: 280px;
    object-fit: contain;
    padding: 0 20px;
}

.all-product-sec .product-box h3 {
    font-size: 16px;
    color: #8a8a8a;
    line-height: 22px;
}

.all-product-sec .product-box p {
    color: #8a8a8a;
}

/* END: PRODUCT SEC CSS */




/*START PRODUCT DETAIL_PAGE*/
.slider.carousel.slide .item video {
    width: 100%;
}

.slider.carousel.slide {
    height: 630px;
    overflow: hidden;
}

.product_detail_content h2 {
    color: #2964d9;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
}

.main_detail_img {
    float: right;
    border: 1px solid #ccc;
    padding: 0 30px;
}

.product_detailoption h4 {
    font-size: 25px;
    color: #8a8a8a;
    margin: 0;
    padding: 0 0 13px 0;
    text-transform: capitalize;
}

.proRating {
    margin-bottom: 10px;
}

.proRating i {
    color: #f8c848;
    font-size: 16px;
    padding: 2px;
}

.proRating span {
    color: #777777;
    font-size: 16px;
    margin-left: 10px;
}

.proPrice {
    color: #8ec63f;
    font-size: 20px;
    margin: 16px 0;
}

.proPrice h6 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #8a8a8a;
    font-weight: 300;
}

.procontent {
    margin: 17px 0;
}

.procontent p {
    position: relative;
    color: #555555;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.proshiping {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #cfcfcf;
    margin: 10px 0;
}

.proshiping ul {
    margin: 0;
    padding: 0;
}

.proshiping ul li {
    display: block;
    font-size: 15px;
    padding: 5px 0;
}


.prooption_q {
    margin: 10px 0;
}


.proshare {
    position: relative;
    margin: 30px 0;
}

.proshare ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.proshare ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
}

.proshare ul li a {
    background-color: #fff;
    color: #8a8a8a;
    padding: 5px 10px;
    font-size: 16px;
    text-decoration: none;
}

.proPrice h6 del {
    color: #cfcfcf;
    padding-right: 20px;
}

.proshipping {
    background-color: rgba(207, 207, 207, 0.28);
    padding: 15px;
    border: 1px solid rgba(51, 51, 51, 0.28);
    margin: 10px 0;
    position: relative;
    border-radius: 2px;
}

.proshipping h3 {
    margin: 0;
    padding: 10px;
    position: relative;
    font-size: 14px;
    color: #777777;
    padding-left: 21px;
}

.proshipping h3 span {
    color: #000;
}

.proshipping h3 a {
    color: #8ec63f;
    text-decoration: none;
    display: block;
}

.proshipping h3:after {
    content: '';
    position: absolute;
    width: 8px;
    width: 8px;
    height: 8px;
    left: 0;
    background-color: #2b3991;
    border-radius: 100%;
    top: 12px;
}

. .procart_div label {
    color: #8a8a8a;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin: 20px 0 0;
    font-weight: 400;
}


.procart_div input[type="number"] {
    border-radius: 0;
    width: 200px;
    background-color: #f3f3f3;
    color: #000;
    padding: 7px 20px;
    margin: 0;
    border: none;
	border: 1px solid #8a8a8a;
}

.procart_cont h5 {
    color: #333;
    font-size: 14px;
    padding: 0;
    margin: 0 0 11px;
    font-weight: 600;
}

.procart_cont {
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf61;
}

.procart_cont h5 span {
    color: #888;
    padding-left: 10px;
}

.procart_cont h5 a {
    color: #888;
    padding-left: 10px;
    text-decoration: none;
}

.proshare ul li {
    color: #333;
    font-weight: 600;
}

.product-des {
    position: relative;
    margin: 20px 0;
}

.product-des h2 {
    color: #fff;
}

.procart_btn2 {
    background-color: #eeeeee;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
}

.product-des h3 {
    font-size: 34px;
    color: #96613d;
    margin: 0;
    padding: 0 0 13px 0;
    text-transform: uppercase;
}

.product-des p {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}

.product-detail-tabs {
    margin: 30px 0px 1px;
}



.product-detail-define {
    color: #8a8a8a;
    font-size:15px !important;
}


.product-detail-tabs ul.nav.nav-tabs {
    margin-bottom: 15px;
}

.product-detail-tabs ul.nav.nav-tabs li a {
    color: #8a8a8a;
    font-size: 13px;
}

.product-detail-tabs p {
    color: #8a8a8a;
    font-size: 14px;
}

a.procart_btn {
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    padding: 10px 40px;
    display: inline-block;
}

/*END PRODUCT DETAIL_PAGE*/



/*START GIFTING PAGE*/
section.banner {
    padding: 0 1%;
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

section.banner img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

section.banner a {
    position: absolute;
    right: 10%;
    top: 50%;
    font-size: 30px;
    color: #666;
    font-family: 'NexaLight';
    border: 1px solid #666;
    padding: 12px 40px;
}

.how-it-works {
    margin: 30px;
    background: #e7e5e5;
    padding: 1% 0;
}
.how-it-works p {
    color: #808080;
}
.how-it-works ul li span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #666;
    text-align: center;
    font-size: 16px;
    color: #ccc;
    border-radius: 50%;
}

.how-it-works ul li {
    position: relative;
    padding-left: 70px;
    margin: 40px 0;
}

.gifting-step-sec {
    margin: 30px;
    padding: 0;
}

.step-box {
    background: #e3ded6;
    padding: 10% 20%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px;
}

.gifting-img-box img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

section.unique {
    margin: 0px 45px 30px;
    background: #e7e5e5;
    padding: 0%;
}

section.unique img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.unique-box {
    background: #e7e5e5;
    padding: 0% 20%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px;
}

/*END GIFTING PAGE*/

.stepsOneBox {
    margin-bottom: 30px;
}

.stepsTwoBox {
    margin-bottom: 30px;
}


/* LOGIN/REGISTER MODAL CSS START */

html .modal-dialog {
    width: 500px;
    margin: 30px auto;
}

html .modal-body {
    position: relative;
    padding: 60px 50px;
}

.modal .primary-heading h2 {
    text-align: left;
}

.login_bg .form-control {
    height: 50px;
    border-radius: 0;
    border-color: #949494;
    box-shadow: inherit;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
}

.login_bg input::placeholder {
    color: #000;
}

.copyRight {
    margin-top: 84px;
    font-size: 13px;
    display: inline-block;
}
.login_bg h2 {
    font-size: 33px;
    color: #9c9c9c;
    line-height: 60px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'NexaLight';
    font-weight: 300;
}
.login_bg h2 b { font-weight: 700 }
.login_bg h6 {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

.login_bg h6  a {
   font-weight: 600; 
}

html .modal form {
    text-align: left;
}

/* .submit_btn {
    background: #a78731;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 13px 0;
    border-radius: 5px;
    font-size: 16px
} */

.login_bg p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}

.login_bg button {
    border: 0;
    background: #808080;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
}

/* LOGIN/REGISTER MODAL CSS END */


/* SHIPPING-PAGE CSS START */

.shipping-page {
    padding: 6% 0;
}

.shipping-page h3 {
    font-size: 28px;
    font-weight: 700;
    color: #8a8a8a;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
}

.shipping-page p {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
}

.shipping-page p a {
    display: inline-block;
    font-weight: 600;
    color: #333;
    transition: all .5s ease-in-out;
}

.shipping-page p a:hover {
    text-decoration: underline;
}

.shipping-page .heading-wrapper {
    margin-bottom: 40px;
}

/* SHIPPING-PAGE CSS END */


/* BEGIN: FAQ PAGE CSS */


.faq-page {
    padding: 6% 0;
}

.faq-page .primary-heading h4 {
    padding: 20px;
    background: #353535;
}

.faq-page .panel {
    background-color: transparent;
}

.faq-page .panel.panel-default {
    margin-bottom: 0;
    border-radius: 0px;
    box-shadow: none;
    border-color: #a1a1a1;
}

.faq-page .panel-group .panel-heading {
    padding: 0px;
    border-radius: 0px;
    background: #f2f2f2;
    border-color: #f2f2f2;
}

.faq-page .panel-default>.panel-heading a {
    line-height: 56px;
    padding: 15px 20px;
    display: flex;
    border: transparent;
    font-size: 18px;
    font-weight: 600;
    background: #808080;
    color: #fff;
}

.faq-page .panel-default>.panel-heading a.collapsed {
    background: #fff;
    color: #353535;
}

.faq-page .panel-title>a.collapsed:before {
    content: "\f067";
    color: #808080;
    border: none;

}

.faq-page .panel-title>a:before {
    font-family: FontAwesome;
    content: "\f068";
    width: 60px;
    text-align: center;
    margin-right: 15px;
    font-size: 20px;
    position: absolute;
    right: 0;
}

.faq-page .panel-heading a[aria-expanded=true]:before {
    font-family: FontAwesome;
    content: "\f068";
}

.faq-page .panel-default>.panel-heading a:hover {
    background: #808080;
    color: #fff;
}

.faq-page .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    border: none;
    background-color: #fff;
    border-top: transparent;
    margin: 0;
    padding: 20px;
}

.faq-page .panel-body p {
    color: #333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-page .panel-body p a {
    display: inline-block;
    font-weight: 600;
    color: #333;
    transition: all .5s ease-in-out;
}

.faq-page .panel-body p a:hover {
    text-decoration: underline;
}

/* END: FAQ PAGE CSS */


.contact-page {
    padding: 6% 0;
    position: relative;
}

.contact-page p {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 40px;
}

.contact-page p a {
    display: inline-block;
    font-weight: 600;
    color: #333;
    transition: all .5s ease-in-out;
}

.contact-page p a:hover {
    text-decoration: underline;
}

.contact-page form input,
.contact-page form textarea {
    background: #fff;
    color: #868686;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #d5cdbf;
    border-radius: 0;
}

.contact-page form button {
    width: 100%;
    padding: 10px 10px;
    border: 0;
    border-radius: 0;
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.contact-page form button:hover {
    background: #808080;
}

.contact-page .contact-details li {
    padding: 0;
}

.contact-page .contact-details li:not(:last-child) {
    margin-bottom: 30px;
}

.contact-page .contact-details li a {
    font-size: 18px;
    font-weight: 400;
    color: #808080;
    display: flex;
    align-items: center;
}

.contact-page .contact-details li a i {
    font-size: 30px;
    color: #9a9a9a;
    margin-right: 20px;
    transition: all .5s ease-in-out;
}

.contact-page .contact-details li a:hover i {
    color: #808080;
}

.contact-page .contact-img {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 600px;
    display: block;
}

.contact-page .contact-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}


/* CONTACT-PAGE CSS END */

/*BEGIN:PRIVACT PAGE*/
.heading-wrapper ul li {
    list-style-type: disc;
}

.heading-wrapper ul li p {
    margin: 8px;
    text-align: left;
}

.heading-wrapper ul {
    margin-left: 5%;
}
/*END: PRIVACY PAGE*/

/*LUXURY RETREAT PAGE*/
.nopadd{
    padding: 0;
}
.cust-section {
    background: #dbd8d8;
    margin: 0px 0 40px 0;
}

.cust-section .theme-heading {
    padding: 12% 11%;
}
.spa-page figure.lg-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.lux-images {
    margin: 4% 0 0% 0;
}
.spa-page figure.sm-img img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}
.os-imges .first-os img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}
.os-imges  .sec-os img {
    height: 385px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
.os-imges {
    margin: 4% 0 10px 0;
}
.search_top_bar .carticonset{
    position: inherit;
    margin: 2px 0px 0 5px;    
}
/*END: LUXURY*/



/*cart-main*/



.cartsec {
    background-color: white;
}

.cartsec{
    padding:60px 0px;
}
.cartsec .table>thead>tr>th {border-bottom: 0;padding-left: 19px !important;font-weight: 600;font-size: 14px;font-family: 'Oswald', sans-serif;color: #fff;}


.cartsec a {
    display: block;
    text-decoration: none;
}

.cartsec .table>tbody>tr>td, .cartsec .table>tbody>tr>th, .cartsec .table>tfoot>tr>td, .cartsec .table>tfoot>tr>th, .cartsec .table>thead>tr>td, .cartsec .table>thead>tr>th {

    border-top: 0;
}
.cartsec thead {
    background: #192b7e;
}
.cartsec table th{
    color: #fff;
    font-weight:400;
    text-transform: uppercase;
    padding:16px !important;
}
.cartsec h4{
    color: #000;
    font-size:18px;
    font-weight:bold;

}
.cartsec td{
    vertical-align: middle !important;
    padding: 16px !important;

}
.cartsec a.remove {background: #fff;
    color: #000;
    font-size: 25px;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-weight: 100;
        margin-top: -18px;

}

.cartsec a.remove:hover{
    background:black;
    color: #fff;
}
.cartsec a.update {
    display: block;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}
.cartsec input.qtystyle{
    border: 1px solid #8e8e8e;
    height: 40px;
    width: 120px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    color: #a3a3a3;
}
.cartsec table h5 {
    color: #000000;
    font-size: 16px;
    margin: 12px 0 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}
.cartsec table h6 {
    color: #000000;
    font-size: 15px;
    margin: 5px 0 0 0;
}
.cartsec table h6 span{
    text-transform: uppercase;
    color: #878787;
}
.cartsec table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.checkoutsec a img{
    margin:auto;
}
.checkoutsec button {
    color: #fff;
    height: 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    background: #bd2323;
    font-family: 'Oswald', sans-serif;
}
.checkoutsec button:hover{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear ;
    -ms-transition: all 0.3s linear ;
    -o-transition: all 0.3s linear ;
    transition: all 0.3s linear ;
    background:black;
    color: #fff;
}
.checkoutsec .checkout{
    padding:20px;
    border:1px solid #a0a0a0;
    margin-top:30px;
}
.checkoutsec a{
    color: #000;
    font-weight: 600;
    font-size:16px;
}
.checkoutsec a:hover,.checkoutsec a:focus{
    color: #ec1d39;
}
.checkout h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: table;
    margin: -29px auto 10px auto;
    background: white;
    padding: 0 10px;
        color: #000;

}

.cartsec tbody img{
    border: 1px solid #ccc;
}

.check-out-detail h2{
    font-size: 20px;
    display: block;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.check-out-detail span{
float: right;
}

.check-out-detail span.price{

    color: #bd2323;
}

.check-out-detail{
    padding: 10px 17px;
    border: 1px solid #ccc;
}

.freeshipping{
    background-color: #f6f6f6;
    padding: 25px 30px;
    margin-top: 18px;
}

.freeshipping h2{
    font-size: 22px;
    font-weight: 500;
    color: #000;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
}



.freeshipping span{
    color: #888;
    font-size: 15px;
}

.check-out-detail h2.price {
    color: #bd2323;
}

/*cart-main*/
