@charset "utf-8";
.ani-1,
.ani-1 span,
.ani-1 ul li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ani-1 a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ani-1 a:hover,
.ani-1 a:hover span,
.ani-1 a:hover ul li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cl {
    clear: both;
}

#totop {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    right: -59px;
    width: 49px;
    z-index: 9999;
    display: block;
    top: 88%;
    background-color: #404040;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 7px 0 7px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#totop:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #404040 transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: -10px;
    z-index: 1;
    margin-left: -5px;
}

#totop.on {
    right: 20px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#totop.off {
    right: -59px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#totop:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffe6ca 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffe6ca 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffe6ca 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe6ca', GradientType=0);
}

.header-part {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #48240E;
}

.head-top {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #060201;
}

.call-time {
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 8px 0;
}

.call-time a {
    color: #b8afa6;
}

.call-time i {
    float: left;
    width: 15px;
    height: 20px;
    background: url(../images/sprite.png) no-repeat 0px 0px;
    margin-right: 10px;
}

.top-logo-part {
    width: 100%;
    margin: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #060201;
}

.logo-left {
    width: 16%;
    float: left;
    padding-left: 20px;
    margin: 5px 0;
}

.logo-center {
    width: 68%;
    margin: 0px;
    display: inline-block;
    text-align: center;
}

.logo-right {
    width: 16%;
    float: right;
    padding-right: 20px;
    text-align: right;
    margin: 5px 0;
}

.menu-part {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 15px 0;
    text-align: center;
}

.top-right-link {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.top-right-link>li {
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #b8afa6;
    border-right: 1px solid #060201;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0px;
}

.top-right-link>li:first-child {
    border-left: 1px solid #060201;
}

.top-right-link>li a {
    color: #b8afa6;
}

.ac-icon {
    float: left;
    width: 16px;
    height: 20px;
    background: url(../images/sprite.png) no-repeat -90px 0px;
    margin-right: 10px;
    margin-top: 10px;
}

.addtocart-icon {
    float: left;
    width: 26px;
    height: 24px;
    background: url(../images/sprite.png) no-repeat -51px 0px;
    margin-right: 10px;
    margin-top: 8px;
}

.search-icon {
    float: left;
    width: 16px;
    height: 15px;
    background: url(../images/sprite.png) no-repeat -25px 0px;
    margin-top: 12px;
}

.my-ac-box {
    float: left;
    display: none;
    width: 100%;
    max-width: 175px;
    margin: 0px 0 0 0;
    padding: 0px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    text-align: center;
    right: 0px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
}

.top-right-link>li:hover .my-ac-box {
    display: block;
}

.my-ac-box ul {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0 0 0;
}

.my-ac-box ul li {
    width: 100%;
    font-size: 15px;
    color: #717070;
    font-weight: 400;
    padding: 8px 10px;
    float: left;
    border: 0px solid #ccc !important;
    border-bottom: 1px solid #d5d5d5 !important;
    text-align: left;
    line-height: 20px;
}

.my-ac-box ul li:last-child {
    border-bottom: 0px solid #d5d5d5;
}

.my-ac-box ul li a {
    color: #717070;
    transition: all 0.3s ease 0s;
}

.my-ac-box ul li a:hover {
    color: #3a2a1d;
    text-decoration: none;
}

.my-ac-box:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #f8f8f8 transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -16px;
    z-index: 1;
}

.home-body-part {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 30px 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

h2.title01 {
    font-size: 27px;
    color: #4b4b4b;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    letter-spacing: -1px;
}

h2.title02 {
    font-size: 21px;
    color: #3a3a3a;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    letter-spacing: -1px;
}

h1.title01 {
    font-size: 27px;
    color: #4b4b4b;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    letter-spacing: -1px;
}

h1.title02 {
    font-size: 21px;
    color: #3a3a3a;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    letter-spacing: -1px;
}

.product-catalog-div {
    width: 100%;
    float: left;
    margin: 20px 0 35px 0;
    padding: 0px;
}

.product-catalog-div .deals-right-pro-box {
    width: 18%;
    float: left;
    margin: 1%;
}

.deals-right-pro-img {
    display: flex;
    height: 204px;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    align-self: stretch;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.deals-right-pro-img>a {
    align-self: center;
    width: 100%;
}

.deals-right-pro-box h3 {
    padding: 0 0px;
    text-align: center;
    line-height: 20px;
    margin: 10px 0 10px 0;
    color: #303030;
    font-size: 14px;
}

.deals-right-pro-box h3 a {
    color: #303030;
    font-weight: 400;
    display: block;
    text-transform: none;
}

.price-right-sec {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.price-right-sec strong {
    font-size: 18px;
    color: #e99300;
    font-weight: 700;
}

.two-btn {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.two-btn a {
    display: inline-block;
    border: 1px solid #e8e8e8;
    height: 36px;
    line-height: 34px;
    padding: 0 5px;
    color: #857a71;
    font-weight: 700;
    font-size: 13px;
}

.two-btn a:hover {
    text-decoration: none;
    color: #000000;
}

.two-btn i {
    color: #3a2a1d;
    margin-right: 8px;
    vertical-align: -2px;
}

.two-btn a:hover i {
    color: #e99300;
}

.add-wish-btn {
    width: 58%;
    text-align: center;
    margin-right: 2%
}

.compare-btn {
    width: 40%;
    text-align: center;
}

.collection-div {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.bridal-collections {
    width: 38.8%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.bridal-collections a {
    display: block;
}

.bridal-collections a:hover {
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

.grid_banner {
    width: 61.1%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.grid_banner-big {
    padding: 0 0 20px 20px;
    width: 65.6%;
    float: left;
}

.grid_banner-small {
    padding: 0 0 20px 20px;
    width: 34.4%;
    float: left;
}

.grid_banner-big a,
.grid_banner-small a {
    display: block;
}

.grid_banner-big a:hover,
.grid_banner-small a:hover {
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

.featured-logo {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 20px;
    background: #f7f7f7;
    position: relative;
}

.f-pagenav {
    float: right;
    padding: 0px 0;
    position: absolute;
    top: 20px;
    right: 20px;
}

.f-pagenav a {
    background: #fff;
    color: #555555;
    font-size: 9px;
    padding: 10px;
    margin: 0 0 0 5px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    border-radius: 2px;
}

.f-pagenav a:hover {
    background: #e5e5e5;
    color: #000;
    text-decoration: none;
}

.services-div {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.serv-col {
    float: left;
    width: 100%;
    height: 357px;
    background: url(../images/services-01.jpg) no-repeat top left;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}

.serv-col2 {
    float: left;
    width: 100%;
    height: 357px;
    background: url(../images/services-02.jpg) no-repeat top left;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}

.serv-col3 {
    float: left;
    width: 100%;
    height: 357px;
    background: url(../images/services-03.jpg) no-repeat top left;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}

.serv-col7 {
    float: left;
    width: 100%;
    height: 357px;
    background: url(../images/services-07.jpg) no-repeat top left;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}

.ser-info {
    width: 100%;
    float: left;
    margin: 190px 0 0 0;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
}

.ser-info h2 {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
}

.ser-info h2 a {
    color: #ffffff;
}

.ser-info p {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 24px;
}

.serv-col4 {
    float: left;
    width: 100%;
    height: 357px;
    background: url(../images/services-04.jpg) no-repeat top left;
    background-size: cover;
    position: relative;
}

.upcoming-trunk-shows {
    width: 100%;
    float: left;
    margin: 15px 0px;
    padding: 10px;
    text-align: center;
}

.serv-col4 p {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serv-col4 a {
    color: #ffffff;
}

.serv-col5 {
    float: left;
    width: 100%;
    height: 357px;
    background: url(../images/services-05.jpg) no-repeat top left;
    background-size: cover;
    padding-top: 15px;
    position: relative;
}

.serv-col5 h2 {
    width: 100%;
    float: left;
    font-size: 27px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}

.serv-col5 p {
    width: 100%;
    float: left;
    color: #e8e4e4;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.serv-col5 p a {
    color: #e8e4e4;
}

.serv-col6 {
    float: left;
    width: 100%;
    height: 357px;
    background: url(../images/services-06.jpg) no-repeat top left;
    background-size: cover;
    padding: 60px 30px 0 30px;
    text-align: center;
    position: relative;
}

.serv-col6 h2 {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}

.serv-col6 p {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
}

.discover-more {
    opacity: 0;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 1px solid #ffffff;
    padding: 20px 10px;
    margin: 15px 0 0 0;
    display: inline-block;
    line-height: 16px;
    transition: all .9s ease-out 0s;
    -webkit-transition: all .9s ease-out 0s;
    -o-transition: all .9s ease-out 0s;
    -moz-transition: all .9s ease-out 0s;
}

.hover-effect a:hover .discover-more {
    opacity: 1;
}

.hover-effect a:hover .text-up {
    top: -40%;
}

.hover-effect a:hover:before {
    opacity: 1;
}

.hover-effect a:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .9s ease-out 0s;
    -webkit-transition: all .9s ease-out 0s;
    -o-transition: all .9s ease-out 0s;
    -moz-transition: all .9s ease-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0.3;
    z-index: 100;
}

.text-up {
    text-shadow: 1px 0px 7px #000000;
    top: 0;
    width: 100%;
    position: relative;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.searchbx {
    width: 100%;
    height: 55px;
    line-height: 55px;
    float: left;
    margin: 10px 0 0 0;
    padding: 0px;
    background: #fdfefe;
}

.searchbx .searchfild {
    width: 50%;
    height: 52px;
    border: none !important;
    float: left;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    font-size: 14px;
    color: #000;
    text-indent: 0px;
}

.searchbx input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    box-shadow: none !important;
}

.searchbx i {
    float: left;
    font-size: 16px;
    color: #48240e;
    padding: 18px 10px 18px 15px;
}

.searchbx .browsebooks button {
    height: 52px;
    line-height: 52px;
    float: right;
    text-align: center;
    font-size: 15px;
    color: #513a2c;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    background: transparent;
    border: none;
}

.searchbx .browsebooks button:hover {
    text-decoration: none;
    color: #000;
}

.bottomcol {
    float: left;
    padding: 25px 0 40px 40px;
    width: 19%;
}

.bottompart {
    width: 100%;
    display: block;
    background-color: #48240E;
    padding: 0px 0px 0px 0px;
}

.btmheader {
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 0px 25px 0px;
    position: relative;
    text-transform: uppercase;
}

.bottomcol .bottomlinklist {
    list-style: none;
    font-size: 14px;
    color: #525252;
    padding: 0px;
    margin: 0px;
}

.bottomcol .bottomlinklist li {
    display: block;
    padding: 6px 0px;
    list-style: none;
    position: relative;
    margin: 0px;
}

.bottomcol .bottomlinklist li a {
    color: #a29790;
    transition: all 0.3s ease 0s;
}

.bottomcol .bottomlinklist li a:hover {
    color: #ffffff;
    text-decoration: none;
    padding-left: 5px;
}

.bottomemailid {
    display: block;
    padding: 5px 0px 10px 0px;
    font-size: 12px;
    color: #6e6e6c;
    text-align: center;
}

.bottomemailid a {
    color: #6e6e6c;
}

.bottomlogo {
    margin: 0 auto;
    text-align: center;
}

.btmcopytxt {
    width: 100%;
    font-size: 13px;
    color: #a29790;
    padding: 10px 0;
    background: #48240E;
    border-top: 1px solid #060201;
}

.copy-left {
    float: left;
    padding: 7px 0;
    width: 23%;
}

.copy-right {
    float: right;
    padding: 3px 0;
    width: 23%;
    text-align: right;
}

.social-icon-bottom {
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    width: 53%;
}

.social-icon-bottom i {
    color: #a29790 !important;
}

.social-icon-bottom a {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    font-size: 26px;
    color: #fff;
}

.social-icon-bottom a:hover {
    text-decoration: none;
}

.about-bottom-info {
    float: left;
    padding: 25px 40px 40px 0;
    width: 24%;
}

.bottomicon01 {
    display: block;
    float: left;
    font-size: 28px;
    color: #a29790;
    margin: 5px 0px 0 0;
}

.cont-text strong {
    display: block;
    color: #a29790;
    font-size: 14px;
    font-weight: 700;
}

.cont-text {
    line-height: 20px;
    margin: 0 0 5px 0;
    padding-left: 45px;
    font-size: 14px;
    color: #a29790;
}

.bottompart .container {
    padding-left: 55px;
    padding-right: 55px;
}

@media only screen and (min-width:200px) and (max-width:991px) {
    .bottomcol {
        position: relative;
        width: 100% !important;
        padding: 0px !important;
        padding-top: 5px !important;
    }
    .btmcontent {
        display: none;
    }
    .btm-menu-activearrow>i {
        transform: rotate(180deg);
    }
    .btm-menu-click {
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
        z-index: 1000;
    }
    .btm-menu-click i {
        display: block;
        height: 23px;
        width: 25px;
        text-align: center;
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.25);
        float: right;
        background: url(../images/down.png) top center no-repeat;
    }
    #totop {
        position: static;
        width: 100%;
        border-radius: 0px;
        margin-top: 15px;
    }
    .btmheader {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .bottomcol {
        padding: 0 0px 0 0;
    }
}

.cms-body-part {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 13px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.listing-page .product-catalog-div .deals-right-pro-box {
    margin: 1%;
}

.cms-banner {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.cms-banner-title {
    float: left;
    height: 64px;
    line-height: 64px;
    margin-top: -32px;
    padding: 0px 30px;
    background: #32383e;
    font-size: 28px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 0px;
    color: #fff;
}

.breadcome {
    width: 100%;
    float: left;
    display: block;
    margin: 7px 0px;
    font-size: 13px;
    color: #5d5c5c;
    background: #fff;
    padding: 10px 0px;
}

.breadcome a {
    color: #5d5c5c;
    font-weight: normal;
}

.breadcome a:hover {
    text-decoration: underline;
    color: #48240E;
}

.breadcome span {
    padding: 0px 7px;
    color: #3e3e3e;
}

.breadcome strong {
    font-weight: normal;
    color: #3e3e3e;
}

.breadcomehomeicon {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.item-found-div {
    float: right;
}

.listpagination {
    width: 100%;
    display: block;
    border: solid 1px #f5f5f5;
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin: 0px 0px 12px 0px;
    clear: left;
}

.searchbox-04 {
    width: 127px;
    float: left;
    margin: 0px 0px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.selection-box01 select {
    height: 28px;
    background-color: #fff;
    font-family: Fira Sans;
    font-weight: 400;
    color: #696969 !important;
    font-size: 11px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px 0px;
    padding: 1px 0px 0px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    position: relative;
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

.selection-box01 option {
    text-align: left;
    float: left;
    color: #848484;
    font-size: 13px;
    padding: 4px 5px;
    text-transform: none;
}

.selection-box01 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.selection-box01:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 28px;
    right: 0px;
    top: 0px;
    background-position: center;
    z-index: 1000;
}

.selection-box01:after {
    background: url(../images/select-arrow02.png) no-repeat right;
}

.selection-box01:hover {
    opacity: 1;
}

.sortname {
    color: #4a4a4a;
    font-size: 14px;
    float: left;
    font-weight: 400;
    padding: 6px 10px 0px 5px;
}

.pagenav {
    float: right;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 0px 0px 0px;
}

.pagenav .smtxtpgnav {
    margin-right: 5px;
    float: left;
}

.pagenav a {
    width: 30px;
    height: 27px;
    float: left;
    margin: 0px 3px;
    background-color: #fff;
    border: solid 1px #fff;
    text-align: center;
    font-size: 13px;
    color: #848484;
    line-height: 26px;
}

.pagenav a:hover {
    border: solid 1px #505050;
    background-color: #505050;
    text-decoration: none;
    color: #fff;
}

.pagenav a.active {
    border: solid 1px #505050;
    background-color: #505050;
    color: #fff;
}

.detail-tad {
    width: 100%;
    float: left;
    margin: 40px 0;
    padding: 0px;
}

.detail-left-part {
    width: 44%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.detail-right-part {
    width: 56%;
    float: left;
    margin: 0px;
    padding: 0 0 0 45px;
}

.detail-right-part h2 {
    font-size: 26px;
    color: #3a3a3a;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.d-manufacturer {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0px;
    font-size: 14px;
    color: #656566;
}

.review-div {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.review-div a {
    color: #111111;
    text-decoration: underline;
    font-size: 12px;
    text-transform: uppercase;
}

.d-info-text {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0px;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    text-align: justify;
}

.d-info-text strong {
    font-weight: 700;
    font-size: 15px;
}

.add-to-cart-div {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0px;
}

.add-to-cart-btn {
    display: inline-block;
    padding: 0 30px;
    line-height: 55px;
    background: #3a2a1d;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 20px 0 0;
}

.add-to-cart-btn i {
    font-size: 21px;
    color: #ffffff;
    margin-right: 18px;
    vertical-align: -4px;
}

.add-to-cart-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #48240E;
}

.add-to-wish-btn {
    display: inline-block;
    padding: 0 30px;
    line-height: 51px;
    background: #fff;
    font-size: 16px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
}

.add-to-wish-btn i {
    font-size: 20px;
    color: #717171;
    margin-right: 18px;
    vertical-align: -4px;
}

.add-to-wish-btn:hover {
    text-decoration: none;
    color: #ffffff;
    background: #48240E;
    border: 1px solid #48240E;
}

.add-to-wish-btn:hover i {
    color: #ffffff;
}

.viewall-link {
    float: right;
    color: #3a3a3a;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 3px 0;
}

.select-material-div {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.select-material-div h2 {
    font-size: 15px;
    color: #3f4040;
    font-weight: 700;
    padding: 20px 0 10px 0;
}

.selectsize {
    width: 100%;
    display: block;
    margin: 5px 0px;
}

.selectsize a {
    display: block;
    float: left;
    border: solid 2px #e1e1e1;
    padding: 9px 15px;
    font-size: 15px;
    margin: 0 2% 2% 0;
    color: #353535;
    text-align: center;
}

.selectsize a:hover {
    border: solid 2px #3a2a1d;
    text-decoration: none
}

.selectsize a.active {
    border: solid 2px #3a2a1d;
}

.per-ass0-div {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 0 20px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    font-size: 18px;
    color: #3e3833;
    font-weight: 700;
    background: #f7f7f7;
}

.per-ass0-div span {
    display: inline-block;
    padding: 18px 0 18px 15px;
}

.d-price-div {
    width: 155px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.d-price-div small {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: #707070;
    text-transform: uppercase;
}

.d-price-div strong {
    color: #3f4040;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: 400;
}

.qty-cart-div {
    float: left;
}

.qty-cart-div input {
    float: left;
    background: #f2f2f2;
    width: 60px;
    height: 55px;
    border: 1px solid #eae6e6;
    text-align: center;
    margin: 0px;
}

.cms-contant {
    font-size: 16px;
    line-height: 26px;
    color: #636363;
}

.cms-contant h2 {
    font-size: 27px;
    color: #212529;
    font-weight: 700;
    letter-spacing: -1px;
    border-bottom: 1px solid #e0e6ec;
    padding: 15px 0;
    margin: 0 0 15px 0;
}

.cms-contant p {
    text-align: justify;
    margin-bottom: 22px;
}

.cms-left-img {
    float: left;
    margin: 0 2% 30px 0;
}

.cms-left-img img {
    border: 6px solid #626c75;
}

.aboutus-right {
    margin: 0px;
    padding: 0px;
}

#navigation-bar {
    position: relative;
    height: 40px;
    padding-left: 40px;
}

#search {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: -40px;
}

#label {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 20;
}

#label label {
    display: block;
    width: 39px;
    height: 40px;
    background: url("../images/search.png") 0 0;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    cursor: pointer;
}

#label label:hover {
    background: url("../images/search.png") -40px 0
}

#label.active label {
    background: url("../images/search.png") -40px 0
}

#input {
    top: 0;
    right: 40px;
    width: 250px;
    height: 40px;
    z-index: 5;
}

#input input {
    display: block;
    position: absolute;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #ffffff;
    color: #000;
    font-size: 15px;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: right 0;
    -moz-transition: right 0;
    -ms-transition: right 0;
    -o-transition: right 0;
    transition: right 0;
}

#input input:focus {
    outline: none
}

#input.focus {
    z-index: 20;
}

#input.focus input {
    left: 0;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}

.nav-sections {
    background: #48240E !important;
    margin-bottom: 0px !important;
}

.navigation {
    background: #48240E !important;
}

.navigation .level0>.level-top {
    color: #ffffff !important;
}

.navigation {
    font-weight: 400 !important;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.submenu {
    text-align: left !important;
    font-weight: 400 !important;
}

.submenu li {
    margin-bottom: 0px !important;
    text-transform: none !important;
}

.magestore-bannerslide-flex-slider {
    margin-bottom: 0px !important;
}

.flex-control-nav {
    bottom: 0px!important;
}

.block-customer-login .login .label {
    font-weight: normal;
    font-size: 15px;
    color: #333 !important;
}

.limiter .control {
    display: inline-block;
}

.pages {
    float: left;
}

.right-part.listing-page {
    margin-top: 30px;
}

.account .sidebar-main {
    margin-top: 30px !important;
}

.account .column.main {
    margin-top: 30px !important;
}

.ves-brandlist .brandlist .brand-item {
    height: auto !important;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.account #maincontent form {
    margin-bottom: 50px;
}

.checkout-cart-index .cart-container form {
    margin-bottom: 20px;
}

.columns .column.main {
    padding-bottom: 0px !important;
}

.form-create-account .label {
    font-size: 15px !important;
    color: #333 !important;
}

.checkbox {
    display: inline-block;
}

.fieldset>.legend {
    border-bottom: 0px solid #e5e5e5 !important;
}

.account-nav .item {
    border-bottom: 1px solid #e0e0e0;
    margin: 0px !important;
}

.account-nav .item a {
    color: #333;
}

.account-nav .item a,
.account-nav .item>strong {
    padding: 10px 15px 10px 15px;
}

.account-nav .content {
    padding: 0;
}

.account-nav .item.current a,
.account-nav .item.current strong {
    border-color: #48240E;
}

mark,
.mark {
    background-color: inherit;
}

.opc-progress-bar-item._active::before {
    background: #48240E;
}

.opc-progress-bar-item._active>span::before {
    background: #48240E;
}

.opc-wrapper .shipping-address-item.selected-item::after {
    background: #48240E;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #48240E;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #fff;
    color: #000;
}

.table-checkout-shipping-method {
    width: 100% !important;
}

.label {
    color: #333;
    font-size: 15px;
}

form.contact {
    padding: 20px;
    border-top: 5px solid #999;
    background-color: #ffffff;
    margin: 30px 0;
}

form.contact .fieldset {
    margin: 0;
    background-color: #fff;
    padding: 20px;
    display: block;
    width: 100%;
    margin-bottom: 1px;
}

form.contact .fieldset .legend {
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(239, 240, 232, 0.4);
    width: 100%;
    display: block;
    margin: 0 0 10px;
}

form.contact .fieldset .legend span {
    font-size: 1.6rem;
    margin: 0;
    color: #48240E;
    font-weight: 600;
    text-transform: uppercase;
}

form.contact .fieldset .field.note {
    text-align: left;
    font-weight: 400;
    font-size: 1.6rem;
    padding-right: 0;
    display: block;
    width: 100%;
}

form.contact .fieldset .field {
    margin-bottom: 10px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 10px;
}

form.contact .fieldset .field>label.label {
    padding: 0 0 5px;
    text-align: left;
    width: auto;
    display: block;
    clear: both;
}

form.contact .fieldset .field>.control {
    width: 100%;
}

form.contact .fieldset .field.telephone {
    padding-right: 0;
    width: 100%;
}

form.contact .fieldset .field.comment {
    padding-right: 0;
    width: 100%;
}

form.contact .fieldset .field.email {
    padding-right: 0;
}

form.contact .actions-toolbar {
    clear: both;
    display: block;
    padding: 20px;
    background-color: #fff;
}

.contact-index-index .actions-toolbar {
    margin-left: 0 !important;
}

form.contact .fieldset .field.note::before {
    display: none;
}

.page-header {
    display: none;
}

.navigation li {
    margin-right: 0px !important;
    position: relative;
}

.page-layout-1column .product-info-main {
    width: 56% !important;
    padding-right: 15px;
}

.product.data.items>.item.title.active>.switch {
    color: #48240E !important;
    background: #fff !important;
}

.catalog-product-view .product.data.items>.item.title>.switch {
    height: 50px !important;
    line-height: 36px;
    font-size: 17px;
    border-left: 0px solid #ccc !important;
}

.product.data.items>.item.title {
    margin: 0px !important;
}

.product.data.items>.item.title>.switch {
    background: #f2f2f2 !important;
    border-left: 1px solid #c8c8c8 !important;
}

.product.data.items>.item.content {
    border-right: 1px solid #c8c8c8 !important;
    border-bottom: 1px solid #c8c8c8 !important;
}

.product.data.items>.item.content {
    margin-bottom: 0px !important;
}

.product.data.items {
    border-left: 1px solid #ccc;
}

.catalog-product-view .box-tocart .qty .control {
    display: inline-block;
    padding-left: 10px;
}

.product-info-main .box-tocart .actions {
    padding-top: 0px !important;
}

.catalog-product-view .product.data.items>.item.content {
    margin-top: 50px
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    border-color: #ad4d12 !important;
}

.block.filter {
    display: none;
}

#newsletter-error {
    position: absolute;
    margin-top: 45px;
}

.product-name-detailpage {
    color: #3a3a3a;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.catbanner {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f6ece6 0%, #ffffff 69%, #ffffff 100%) repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.catbanner_title {
    background-color: #48240e;
    color: #fff;
    float: left;
    font-size: 28px;
    font-weight: 300;
    height: 54px;
    left: 0;
    line-height: 54px;
    padding: 0 50px;
    position: absolute;
    top: 0%;
}

.inner_rightimage {
    float: right;
    height: 188px;
    margin: 3px;
}

.category-verragio .sidebar-additional {
    display: none;
}

.brand-logos {
    float: left;
    margin: 15px 0;
    padding: 0;
    width: 100%;
}

.brand-logos .item {
    float: left;
    text-align: center;
    width: 16.5%;
}

.brand-logos .h-featured-img {
    align-self: stretch;
    display: table;
    height: 100px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.brand-logos .h-featured-img a {
    align-self: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.toolbar-products {
    padding: 10px;
    background: #F5F5F5;
    margin-bottom: 0px;
}

.toolbar-products .pages {
    display: block !important;
    float: right;
    padding: 3px 0;
    line-height: 0px;
    margin-bottom: 0;
}

.sorter {
    padding: 0 0 0 30px;
    float: left !important;
}

.toolbar-amount {
    padding: 4px 0;
}

.pages .item {
    width: 30px;
    height: 27px;
    float: left;
    margin: 0px 3px;
    background-color: #fff;
    border: solid 1px #fff;
    text-align: center;
    font-size: 13px;
    color: #848484;
    line-height: 26px;
}

.pages .item.current {
    border: solid 1px #505050;
    background-color: #505050;
    color: #fff !important;
}

.pages strong.page {
    line-height: 25px;
    color: #fff;
}

.pages .action.next {
    margin-left: 0;
}

.pages .action.next:before {
    font-size: 34px;
    margin: 0 0px 0 -3px;
}

.pages .action.previous:before {
    font-size: 34px;
    margin: 0 0px 0 -3px;
}

.pages .action {
    width: 30px;
}

.pages .action {
    border: 0px solid #d1d1d1;
}

.pages a.page {
    color: #333;
}

.breadcrumbs {
    margin: 5px 0 10px;
}

.catdescription {
    display: block;
    margin-top: -130px;
    padding: 0 15px;
}

.item-options input.radio {
    display: inline-block;
}

.item-options label.label {
    font-size: 14px;
    font-weight: 400;
    vertical-align: 2px;
}

.gallerymain div {
    margin-top: 15px;
    text-align: center;
}

.row.aboutus-bottom {}

.row.aboutus-bottom>div {
    margin-bottom: 30px;
    text-align: center;
}


/*---verragio collections(ck)---*/

.cms-verragio-collections .kiosk-hide {
    /*position: fixed;*/
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.cms-verragio-collections .kiosk-hide {
    border: 1px solid #532b22;
    height: 53px;
    line-height: 53px;
    background: #40150e;
    display: block;
    zoom: 1;
}

.cms-verragio-collections .kiosk-hide .logo-small {
    width: 31px;
    height: 38px;
    background: url(../images/logo2.png) no-repeat;
    top: 6px;
    left: 15px;
    display: block;
}

.cms-verragio-collections .kiosk-hide .logo-small {
    position: absolute;
}

.cms-verragio-collections .kiosk-hide a {
    color: #eedfc3;
}

.cms-verragio-collections .kiosk-hide nav {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .7s ease;
}

.cms-verragio-collections nav {
    display: block;
}

.cms-verragio-collections .kiosk-hide nav,
.cms-verragio-collections .kiosk-hide nav li {
    height: 55px;
}

.cms-verragio-collections .kiosk-hide nav ul {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

.cms-verragio-collections .kiosk-hide li,
.cms-verragio-collections .kiosk-hide ul {
    padding: 0;
}

.cms-verragio-collections .kiosk-hide nav ul li {
    display: inline-block;
    text-align: center;
    margin: 0 .5%;
}

.cms-verragio-collections .kiosk-hide nav li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 55px;
}

.saved-rings,
.saved-rings>li,
.kiosk-hide li {
    list-style-type: none;
}

.cms-verragio-collections .kiosk-hide a {
    text-decoration: none;
}

.cms-verragio-collections .dropdown {
    height: 0;
    background: #F8F2E6;
    width: 100%;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 10000;
    overflow: hidden;
}

.cms-verragio-collections .dropdown-content {
    padding: 50px;
}

.cms-verragio-collections .collections {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cms-verragio-collections .collections li {
    display: table-cell;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
}

.cms-verragio-collections .collections li p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: normal;
}

.cms-verragio-collections .dropdown-content::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -125px;
    background: url(../images/logo1.png);
    width: 250px;
    height: 55px;
    background-size: cover;
}

.cms-verragio-collections .dropdown-content.engagement-rings-content {
    width: 80%;
    margin: auto;
    max-width: 1070px;
}

.cms-verragio-collections .dropdown-content.engagement-rings-content .column.left {
    margin-right: 5%;
}

.cms-verragio-collections .dropdown-content.engagement-rings-content .column {
    width: 45%;
    text-align: center;
}

.cms-verragio-collections .dropdown-content .column {
    width: 28%;
    float: left;
    text-transform: none;
    line-height: normal;
    margin-right: 40px;
}

.cms-verragio-collections .dropdown-content.engagement-rings-content .column.right {
    border-left: 2px solid #40150e;
}

.cms-verragio-collections .dropdown-content.engagement-rings-content .column {
    width: 45%;
    text-align: center;
}

.cms-verragio-collections .dropdown-content.engagement-rings-content a {
    display: block;
    font-size: 20px;
}

.cms-verragio-collections .dropdown-content.engagement-rings-content img {
    width: auto;
}

.cms-verragio-collections .dropdown-content.engagement-rings-content img {
    width: 100%;
    max-width: 100%;
}

.cms-verragio-collections .dropdown-content.engagement-rings-content a {
    display: block;
    font-size: 20px;
}

.cms-verragio-collections .copperplate {
    font-family: copperplate_gothicmedium;
}

.cms-verragio-collections .dropdown-content.wedding-rings-content {
    width: 60%;
    margin: auto;
}

.cms-verragio-collections .dropdown-content.wedding-rings-content .column {
    border: 1px solid #e1d2c1;
    width: 45%;
    margin-right: 5%;
    background: url(../images/bg-gradient-dropdown-box.jpg) repeat-x #f4ead9;
    min-height: 180px;
    padding: 20px 0;
}

.cms-verragio-collections .dropdown-content.wedding-rings-content .column a {
    display: block;
    font-size: 20px;
    text-align: center;
}

.cms-verragio-collections .dropdown-content a {
    color: #3b0c04;
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.cms-verragio-collections .dropdown-content ul.collections li {
    float: left;
    width: 17%;
    margin: 0 1.5%;
}

.cms-verragio-collections .dropdown-content.wedding-rings-content .column img {
    max-width: 100%;
}

.cms-verragio-collections .dropdown-content.wedding-rings-content .column.right {
    margin-right: 0;
}

.cms-verragio-collections .kiosk-hide .search_icon {
    width: 50px;
    background: url(../images/search-icon.png) center center no-repeat;
    right: 0;
}

.cms-verragio-collections .kiosk-hide .account-icon,
.cms-verragio-collections .kiosk-hide .locator-icon,
.cms-verragio-collections .kiosk-hide .search_icon {
    height: 50px;
    border-left: 1px solid #532b22;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.cms-verragio-collections .kiosk-hide .account-icon.off {
    background: url(../images/account-icon-off.gif) center center no-repeat;
}

.cms-verragio-collections .kiosk-hide .account-icon {
    width: 36px;
    border-right: 1px solid #532b22;
    background: url(i/account-icon.gif) center center no-repeat;
    left: 50px;
}

.cms-verragio-collections .saved-items-count {
    display: block;
    position: absolute;
    top: 0;
    right: 70px;
    font-size: 11px;
    color: #EEDFC3;
}

.cms-verragio-collections .logo-tablet {
    display: none;
}

.cms-verragio-collections .kiosk-hide .search-box {
    width: 100%;
    position: absolute;
    height: 52px;
    top: 48px;
    left: -1px;
    display: none;
    background: #F3E8D4;
    z-index: 10000;
    border-bottom: 1px solid #3F1510;
}

.cms-verragio-collections .kiosk-hide .search-box .input {
    float: left;
    margin-left: 20px;
    height: 52px;
    width: 85%;
}

.cms-verragio-collections .kiosk-hide .search-box .search {
    height: 52px;
    background: #2A0E0B;
    line-height: 52px;
    padding: 0 10px;
    width: 10%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.cms-verragio-collections .kiosk-hide .search-box .input input[type="text"] {
    border: none;
    padding-left: 40px;
    height: 50px;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    width: 100%;
    font-size: 18px;
    color: #373635;
    background-color: #F3E8D4;
}

.cms-verragio-collections .kiosk-hide .search-box .search .search-submit {
    background: #2A0E0B;
    color: #EEDFC4;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    cursor: pointer;
    line-height: normal
}

.cms-verragio-collections .container_verragio {
    min-height: 600px;
}


/*DR*/

.serv-col6 {
    padding-top: 10px !important
}

div#newsletter-error {
    margin-top: -40px;
    line-height: 18px;
    text-align: left;
}

.browsebooks {
    vertical-align: top;
    display: table-cell;
    position: absolute;
    top: 10px;
    right: 0;
}

div#g_recaptcha-error-news {
    float: left;
    margin-top: 40px;
}

form#newsletter-validate-detail {
    float: left;
    width: 99%;
    position: relative;
}

form#newsletter-validate-detail iframe {
    margin-top: 5px;
}

form#newsletter-validate-detail .searchbx {
    border-radius: 4px;
}

.serv-col6 p {
    margin-bottom: 30px;
}


/*Checkout_page*/

.checkout-index-index .opc-wrapper {
    width: 70%;
}

.checkout-container aside.modal-custom.opc-sidebar {
    width: 30%;
    margin-top: 18px;
}

.checkout-container aside.modal-custom .opc-block-summary {
    margin-bottom: 0;
    background: transparent;
}

.checkout-container li#opc-shipping_method .table-checkout-shipping-method th.col-method:nth-child(3) {
    width: 20%;
}

.checkout-container li#opc-shipping_method .table-checkout-shipping-method th.col-method {
    width: 15%;
}

.checkout-container .opc-wrapper li#opc-shipping_method .table-checkout-shipping-method td.col-method input {
    margin: 0 auto;
}

.checkout-container .methods-shipping .actions-toolbar .action.primary {
    padding: 8px 25px;
}


/*popup cart*/

.minicart-wrapper .block-minicart {
    padding: 25px 15px 15px 15px;
}

.minicart-wrapper .block-minicart .close {
    border: 1px solid #48240e;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.minicart-wrapper .block-minicart .close:before {
    color: #48240e;
    line-height: 19px;
}

.minicart-wrapper .block-minicart .subtotal {
    margin-bottom: 10px;
}

.minicart-wrapper .block-minicart .product-item-details strong a {
    color: #48240e;
}

.minicart-wrapper .block-minicart .details-qty label {
    padding-left: 0;
}

.minicart-wrapper .block-minicart .product.actions a:before,
.checkout-container aside.modal-custom .opc-block-summary .title:after {
    font-size: 16px;
}

.minicart-wrapper .block-minicart .details-qty button {
    background: #48240e;
    box-shadow: unset;
    color: #fff !important;
}

.minicart-wrapper .block-minicart .secondary a.action.viewcart {
    display: block;
    border: 1px solid #48240e;
    padding: 10px;
    color: #48240e;
}

.minicart-wrapper .block-minicart .minicart-items-wrapper.overflowed {
    margin: 0 -15px;
}

.minicart-wrapper .block-minicart .secondary a.action.viewcart:hover {
    text-decoration: none;
}


/*All_button*/

button.action.action-show-popup:hover,
button.action.action-show-popup:focus {
    background: #fff;
    color: #48240e;
    transition: 0.3s;
}

button.action.action-show-popup {
    background: #48240e;
    box-shadow: unset;
    color: #fff;
    border: 1px solid #48240e;
    transition: 0.3s;
}

div#checkout-payment-method-load .choice input {
    display: inline;
}

div#checkout-payment-method-load div#stripe-payments-card-number {
    width: 230px;
}

ul.opc-progress-bar .opc-progress-bar-item._active>span:before,
ul.opc-progress-bar .opc-progress-bar-item._active:before {
    background: #48240e;
    border-color: #48240e;
}

body .opc-progress-bar-item._active>span:after {
    border-color: #48240e;
}


/*23-04-2021*/

.price-right-sec {
    min-height: 26px;
}

#trending_now .deals-right-pro-box {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0 15px;
}

#trending_now .deals-right-pro-box h3.home-featured-products {
    min-height: 60px;
}

#trending_now .owl-nav button {
    position: absolute;
    top: 50%;
    left: -25px;
    background: #f3f3f3;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 15px;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

#trending_now .owl-nav button.owl-next {
    right: -25px;
    left: auto;
}

#trending_now .owl-nav button span {
    margin-top: -5px;
    display: block;
}


/*End-23-04-2021*/


/*05-01-2022*/

header .amount.price-container {
    display: inline-block;
    margin-left: 5px;
}

header .block-minicart .items-total {
    margin-top: 4px;
}

body.page-with-filter .filter-options .filter-options-title::before {
    font-family: 'luma-icons';
    font-size: 14px;
}

.toolbar-products .pages strong.page {
    background: transparent;
}

.toolbar-products .pages .action.next:before,
.toolbar-products .pages .action.previous:before {
    font-size: 14px;
}

.toolbar-products .pages li.item.pages-item-next,
.toolbar-products .pages li.item.pages-item-previous {
    border: none;
    background: transparent;
    padding: 0;
}

html,
body {
    height: auto !important;
}

.page-layout-2columns-left .column.main {
    padding-left: 0;
}

.page-with-filter .toolbar-amount {
    padding: 7px 0;
}


/*Detail-page*/

.catalog-product-view main#maincontent {
    position: relative;
}

.catalog-product-view main#maincontent:before {
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    content: "";
    display: block;
    height: 100%;
    clear: both;
    float: left;
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: -1;
}

body.catalog-product-view .product.media {
    width: 44%;
    padding: 0 15px;
    margin: 0;
}

.catalog-product-view .box-tocart .action.tocart span:before {
    content: "\e951";
    font-family: Fontice-IconsFont!important;
    font-weight: normal;
    font-size: 17px;
    margin-right: 15px;
}

.catalog-product-view .box-tocart .action.tocart {
    width: auto;
    padding: 15px 100px;
}

.product-info-main .page-title-wrapper h1.page-title {
    font-size: 26px;
    font-weight: bold;
}

.product.info.detailed {
    padding: 0 15px;
}

body .product.data.items>.item.content {
    border-left: none;
}

.catalog-product-view .product.data.items>.item.title>.switch {
    height: auto !important;
    min-height: auto;
    line-height: unset;
    padding: 12px 40px !important;
    outline: none;
}

.product.data.items>.item.title.active a {
    font-weight: bold;
    color: #48240e !important;
}

.product-info-main .product-info-price {
    border: none;
    margin: 0;
}

.product-info-main .product.attribute.overview {
    border-top: 1px solid #c1c1c1;
    padding: 15px 0;
    border-bottom: 1px solid #c1c1c1;
}

div#instant-purchase {
    display: inline-block;
}

.catalog-product-view .breadcrumbs {
    margin: 15px 0px;
}

.catalog-product-view .box-tocart .action.tocart:focus,
.catalog-product-view .box-tocart .action.tocart:hover {
    background: #333;
}

.block.related {
    padding: 0 15px;
}

.catalog-product-view strong#block-related-heading {
    font-size: 18px;
    color: #48240e;
    border-bottom: 1px solid;
    display: block;
    padding-bottom: 10px;
}


/*End-Detail-page*/


/*Header*/

body .minicart-wrapper .action.showcart.active:hover:before,
body .minicart-wrapper .action.showcart:hover:before {
    color: #757575;
}

.minicart-wrapper .action.showcart {
    line-height: 10px;
}

.modal-popup .modal-content {
    box-shadow: none !important;
    border: none !important;
    padding: 10px;
}

.modal-popup .modal-footer {
    background: #f3f3f3;
    padding: 15px;
}

.modal-popup .modal-content {
    box-shadow: none !important;
    border: none !important;
    padding: 20px 15px;
}

.modal-popup .modal-footer button.action-primary:hover,
.modal-popup .modal-footer button.action-primary:focus {
    background: #232323;
    border-color: #232323;
}

.modal-popup .action-close {
    padding: 9px;
}

.minicart-wrapper .action.showcart {
    margin-top: 5px;
}

.minicart-items-wrapper {
    margin: 0;
    padding: 10px;
}

.minicart-items .product-item-details {
    padding-left: 55px;
}

.minicart-items .product-item-name {
    line-height: 22px;
    font-size: 14px;
}

.minicart-items .update-cart-item {
    line-height: 20px;
}

.modal-popup .modal-title {
    padding: 0;
    border: none;
}

.modal-header {
    padding: 15px !important;
}


/*End-Header*/


/*Cart-page*/

.cart.table-wrapper .actions-toolbar {
    min-height: 40px;
}

.cart-container .cart-discount {
    margin-top: -60px;
}

.cart-discount .block .content {
    display: block !important;
}

body .cart-discount .block>.title:after {
    display: none;
}

.cart-discount .block>.title strong {
    color: #48240e;
    font-weight: bold;
}

.cart-discount .block .content input#coupon_code {
    height: 40px;
    border-color: #48240e;
}

.cart-discount .block .content button,
.checkout-index-index .discount-code button.action-apply {
    background: #48240e !important;
    box-shadow: none !important;
    color: #fff !important;
    padding: 9px 25px;
}

.cart-discount .block .content button:hover,
.cart-discount .block .content button:focus .checkout-index-index .discount-code button.action-apply:hover,
.checkout-index-index .discount-code button.action-apply:focus {
    background: #333 !important;
}

.cart.actions button.update {
    background: #48240e;
    border-color: #48240e;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
}

.cart.actions button.update:hover,
.cart.actions button.update:focus {
    background: #333;
    border-color: #333;
}

.cart-summary form#shipping-zip-form,
.cart-summary form#co-shipping-method-form .choice,
.cart-summary form#co-shipping-method-form dd.item-options,
.cart-summary form#co-shipping-method-form fieldset.rate,
.cart-summary form#co-shipping-method-form {
    margin: 0;
}

.cart-summary form#shipping-zip-form fieldset.estimate {
    margin-bottom: 5px;
}

.cart-summary form#co-shipping-method-form dd.item-options label.label {
    text-align: left;
}

.cart-summary tr.totals.shipping.excl th.mark {
    padding-bottom: 15px;
}

a,
a:hover,
a:focus {
    outline: none;
}

.cart.table-wrapper .action.action-towishlist {
    background: transparent;
    padding: 7px;
    border: 1px solid #48240e;
    color: #48240e;
}

.cart.table-wrapper .action.action-towishlist:focus,
.cart.table-wrapper .action.action-towishlist:hover {
    text-decoration: none;
    background: #48240e;
    color: #fff;
}

.action.primary:focus,
.action-primary:focus {
    background: #232323;
    border: 1px solid #232323;
    color: #ffffff;
}


/*End-Cart-page*/


/*checkout-page*/

.checkout-index-index .label {
    padding: 0;
    text-align: left;
    border: none;
}

.checkout-index-index .action-auth-toggle span {
    background: #48240e;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    border: 1px solid #48240e;
}

.checkout-index-index .action-auth-toggle span:hover,
.checkout-index-index .action-auth-toggle span:focus {
    background: transparent;
    color: #48240e;
}

.checkout-index-index .authentication-dropdown .modal-inner-wrap {
    padding: 15px;
}

.checkout-index-index .authentication-dropdown .modal-content {
    box-shadow: none;
    border: none;
}

.checkout-index-index .authentication-dropdown .modal-header {
    padding: 13px !important;
    border: none;
}

.checkout-index-index .authentication-dropdown button.action-login {
    background: #48240e;
    color: #fff;
    border: 1px solid #48240e;
    padding: 10px 30px;
}

.checkout-index-index .authentication-dropdown button.action-login:hover,
.checkout-index-index .authentication-dropdown button.action-login:focus {
    background: transparent;
    color: #48240e;
}

.checkout-index-index .authentication-dropdown a.action.action-remind {
    color: #48240e;
}

.checkout-index-index .discount-code .payment-option-content {
    display: block !important;
    padding-left: 0;
}

.checkout-index-index .discount-code .payment-option-title {
    padding-left: 0;
}

.checkout-index-index .discount-code .payment-option-title span:after {
    display: none;
}

.checkout-index-index .discount-code .payment-option-content input {
    height: 40px;
    border-color: #48240e;
    width: auto;
}

.checkout-index-index .discount-code form#discount-form {
    max-width: 280px;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #48240e;
    font-weight: bold;
    font-size: 16px;
}


/*End-checkout-page*/


/*My-account*/

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: #48240e;
}

.account h1.page-title {
    font-size: 26px;
    margin: 0px 0 15px 0;
    color: #48240e;
}


/*End-My-account*/


/*Sucess-page*/

.account a.action.print,
.checkout-onepage-success a.action.print {
    background: transparent;
    border: 1px solid #48240e;
    color: #48240e;
    padding: 10px 30px;
    font-size: 16px;
    transition: 0.3s;
}

.account a.action.print:hover,
.account a.action.print:focus,
.checkout-onepage-success a.action.print:hover,
.checkout-onepage-success a.action.print:focus {
    color: #fff;
    background: #48240e;
    transition: 0.3s;
    text-decoration: none;
}

.checkout-onepage-success .checkout-success p a {
    color: #48240e;
}

.account.wishlist-index-index .product-item-inner,
.account .products-grid .product-item-info:hover,
.account .products-grid .product-item-info.active {
    box-shadow: none;
    padding: 0;
    border: none;
    margin: 0;
}

.account.wishlist-index-index .product-item-inner,
.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    position: unset;
    opacity: 1;
    visibility: visible;
    display: block;
    width: 100%;
    overflow: visible;
    padding: 0;
    height: unset;
    margin: 0;
}

.account.wishlist-index-index .product-item-inner .comment-box {
    margin: 0;
}

.products-grid.wishlist .product-item-info {
    text-align: center;
}

.products-grid.wishlist .product-item-info span.price {
    font-size: 18px;
    color: #e99300;
    font-weight: 700;
}

.products-grid.wishlist .product-item-info .qty .control {
    display: inline-block;
    vertical-align: top;
}

.products-grid.wishlist .product-item-info .box-tocart,
.products-grid.wishlist .product-item-info .fieldset {
    margin: 0;
}

.products-grid.wishlist .product-item-info .box-tocart label.label {
    margin: 6px 0 0 0 !important;
    padding: 0 10px 0 0px;
}

.sidebar.sidebar-additional {
    padding-right: 2%;
}

.sidebar.sidebar-additional .block {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}

.sidebar-additional .block .block-title {
    background: #f3f3f3;
    padding: 10px;
    display: block;
}

.sidebar-main .title strong,
.sidebar-additional .block .block-title strong {
    font-size: 16px;
    font-weight: bold;
    color: #48240e;
}

.sidebar-additional .block .block-content,
.sidebar-additional .block .empty {
    padding: 0px 10px 10px 10px;
}

.sidebar-additional .block .block-content form {
    margin: 0 !important;
}

.sidebar-additional .block .block-content a.action.view {
    background: #48240e;
    color: #fff;
    padding: 7px 13px;
    text-decoration: none;
}

.sidebar-additional .block .block-content a.action.view:hover,
.sidebar-additional .block .block-content a.action.view:focus {
    background: #333;
}

.sidebar-additional .block .actions-toolbar {
    text-align: center;
}

.sidebar-additional .block .actions-toolbar .primary {
    float: none;
}

.sidebar-additional .block .actions-toolbar a.action.details {
    margin: 0;
    background: transparent;
    color: #48240e;
    border: 1px solid #48240e;
    padding: 6px 30px;
    text-decoration: none;
}

.sidebar-additional .block .actions-toolbar a.action.details:focus,
.sidebar-additional .block .actions-toolbar a.action.details:hover {
    background: #48240e;
    color: #fff;
}

.sidebar .product-items .product-item-details {
    margin-left: 60px;
}

.form-wishlist-items .actions-toolbar button {
    background: transparent;
    border: 1px solid #48240e;
    color: #48240e;
}

.form-wishlist-items .actions-toolbar button:focus,
.form-wishlist-items .actions-toolbar button:hover {
    background: #48240e;
    color: #fff;
}

body .sidebar-main .title {
    position: unset;
    height: auto;
    margin: 0;
    padding: 10px;
    overflow: visible;
    visibility: visible;
    width: 100%;
    background: #f3f3f3;
}

.sidebar-main div#block-collapsible-nav {
    background: transparent;
    padding: 0;
}

.sidebar-main .block-collapsible-nav {
    border: 1px solid #ccc;
}

.account .order-details-items.ordered {
    padding-top: 0;
}

.account .block-collapsible-nav .item .delimiter {
    display: none;
}


/*End-Sucess-page*/

body .breadcrumbs a {
    color: #333 !important;
}

header .my-ac-box ul li {
    margin: 0;
}

.navigation .level0 .submenu .active>a {
    border-color: #48240e;
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    border-color: #fff !important;
}


/*End-05-01-2022*/


/* 03-05-2022 */

span.old-price {
    text-decoration: line-through;
}

.special-price span.price {
    font-weight: bold;
    color: #e99833;
    font-size: 18px;
}


/* End-03-05-2022 */

.product-catalog-div span.discount-label {
    position: absolute;
    top: 0;
    right: 0;
    background: #48240e;
    z-index: 9;
    color: #fff;
    width: 60px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: 500;
    font-size: 15px;
}

.product-catalog-div .deals-right-pro-box {
    position: relative;
}

/* 10-08-2024 */

/* Listing page title none */
.page-with-filter .page-title-wrapper, .page-with-filter .category-view .category-description {
    display: none;
}
/* End-10-08-2024 */