/*-------------------------------------------------------*/

/* General

/*-------------------------------------------------------*/



/*Typography - Typekit*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');

.clearfix {

    *zoom: 1;

}

span.prod_name {
    float: left;
}

span.prod_size {
    font-size: 16px;
    float: right;
}

::-moz-selection,
::-webkit-selection {
    /* Code for Firefox */

    color: #FFFFFF;

    background: #28324d;

}



::selection {

    color: #FFFFFF;

    background: #28324d;

}

.clearfix:before,
.clearfix:after {

    display: table;

    line-height: 0;

    content: "";

}



.clearfix:after {

    clear: both;

}



.left {

    float: left;

}



.right {

    float: right;

}





:focus {

    outline: none;

}

button:focus {

    outline: 0;

}



b,
strong {

    font-weight: bold !important;

}

ol,
ul>li {

    /*list-style: none;*/

    margin: 0;

    padding: 0;

}


ol>li {

    list-style: decimal;

}

ul>li,
ol>li {

    color: #6A6A6A;

    font-family: 'Raleway', sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 15px;

    line-height: 28px;

}


ul>li:hover,
ol>li:hover {

    color: #000;

}

body * {

    font-smoothing: antialiased;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}


a,
a:hover {

    text-decoration: none;

    outline: none !important;

    color: #85ACF7;

}

section ul,
section ol {
    padding-left: 14px;
}

section ul>li {
    list-style: disc;
    list-style-position: outside;
}

body {

    overflow-x: hidden;

}

h2,
h3 {

    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.2rem;
    font-size: 26px;

}



/*-select end-*/

.select-wrap .dropdown-toggle {

    background: #FFFFFF 0% 0% no-repeat padding-box !important;

    border: 1px solid #F9D023 !important;

    border-radius: 18px;

    padding: 0px 10px 0px 17px !important;

    outline: none !important;

    box-shadow: none;

}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {

    color: #A5A5A5;

    font-size: 14px !important;

    font-style: italic;

    line-height: 34px;

}

.bootstrap-select .dropdown-toggle::after {

    border: none;

    width: 10px;

    height: 10px;

    background: url(../spotlight/assets/images/select-drop.svg) no-repeat center;

    transform: rotate(180deg);

}

.bootstrap-select>.dropdown-menu {

    width: calc(100% - 20px);

    margin: 0px 10px;

    min-width: 0px;

    background: #FAFAFA 0% 0% no-repeat padding-box;

    box-shadow: 4px 6px 13px #0000001C;

    border: none;

    padding: 0px;

}

.bootstrap-select>.dropdown-menu .dropdown-item {

    color: #464646;

    font-size: 14px;

    background: #FAFAFA;

    padding: 7px 16px;

    line-height: normal;

    transition: all 0.3s ease;

}

.bootstrap-select>.dropdown-menu .dropdown-item:hover {

    background: #faf2cf;

}





.container {

    max-width: 1200px;

    /*   max-width: 95% important;*/

}

.home-container {

    max-width: 95%;

}



section {

    width: 100%;

    float: left;

}



/*custom*/

#site-wrapper {

    position: relative;

    overflow: hidden;

    width: 100%;

}

nav {

    float: left;

    width: 100%;

    height: 60px;


}

nav h1 {

    margin: 0px 35px 0px 0px;

}

nav h1,
nav h1 img {

    float: left;

}


nav ul.primary-nav {

    float: left;

    margin: 0px;

    padding: 0px;

}

nav ul.primary-nav>li {

    float: left;

    list-style: none;

    position: relative;

}

nav ul.primary-nav>li {
    font-size: 11px;
    color: #000000;
    padding: 0px 22px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .1rem;
    font-weight: 600;
}

nav ul.primary-nav>li.parent:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 8px;
    background: url(../images/nav-down-arrow.png) no-repeat center !important;
}

nav ul.primary-nav>li.active a {
    /*color: #c6a390;*/
}

nav ul.primary-nav>li:first-child:before {

    content: none;

}

nav ul.icon-nav>li {


    list-style: none;

}

nav .col-md-4 {

    justify-content: flex-end;

}

#eshop_result {

    background-color: #ffffff;

    width: 250px !important;

    position: absolute;

    z-index: 9999;

    right: 0px !important;

    left: auto !important;

    top: 30px !important;

    font-size: 12px;

    border: none !important;

}

#eshop_result.current_list {

    border: 1px solid #c6c6c6 !important;

    max-height: 380px;

    overflow-y: scroll;

}

#eshop_result li {

    line-height: 20px;

    cursor: pointer;

    border-top: 1px solid #E1E1E1;

    font-size: 13px;

    display: flex;

    align-items: flex-start;

    padding: 2px 5px;

    width: 100%;

    margin: 0;

}

#eshop_result li img {

    border: 1px solid #C5C5C5;

    margin: 15px 15px 10px 0;

    padding: 3px;

    margin-top: 6px;

    margin-bottom: 6px;

}

#eshop_result li:first-child {

    border: none;

}

#site-wrapper.item_product .banner {

    display: none !important;

}

/*#site-wrapper.item_product .innerpage {

    padding-top: 50px !important;

}*/

nav li {

    position: relative;

}

nav .search-wrapper {

    background: #fff;

    position: absolute;

    right: 0px;

    top: 0px;

    width: 0px;

    border-bottom: solid 1px #333;

    opacity: 0;

    pointer-events: none;

    transition: all 0.3s ease;

}

nav .search-wrapper.active {

    width: 250px;

    opacity: 1;

    pointer-events: auto;

}

nav .search-wrapper input {

    width: 100%;

    border: none;

    padding-bottom: 0px;

}

nav .search-wrapper input[type="submit"] {

    position: absolute;

    right: 0px;

    top: 0px;

    width: 20px;

    height: 20px;

    border: none;

    /*background: url(../images/search.png) no-repeat center;*/

    background: url(../images/search.svg) no-repeat center;

}

section.banner {

    float: left;

    width: 100%;

    margin: 48px 0px;

}

section.banner figure {

    height: 312px;

    background: #f7f7f7;

    margin: 0px;

}

section.banner .col-md-8 {

    display: flex;

    align-items: center;

}

section.banner .banner-desc {

    padding-left: 100px;

}

section.banner .banner-desc h4 {

    font-size: 14px;

    text-transform: uppercase;

    color: #686868;

    margin: 0px 0px 20px;

    font-weight: 100;

}

section.banner .banner-desc h2 {

    font-size: 50px;

    color: #000000;

    font-weight: 400;

}

section.banner .banner-desc p {

    font-size: 14px;

    font-weight: 100;

    color: #686868;

    max-width: 400px;

    line-height: 20px;

}

section.banner .banner-desc a.btn-more {

    font-size: 16px;

    color: #0C0C0C;

    text-decoration: underline;

}

.filter-list {

    float: left;

    width: 100%;

    margin: 0px 0px 45px;

}

ul.selected-tag {

    margin: 0px;

    padding: 0px;

    float: left;

}

ul.selected-tag>li {

    list-style: none;

    float: left;

    margin-right: 8px;

    margin-bottom: 8px;

}

ul.selected-tag>li a {

    font-size: 16px;

    font-weight: 100;

    line-height: 100%;

    display: inline-block;

    color: #0C0C0C;

    border: solid 1px #e2e2e2;

    border-radius: 6px;

    position: relative;

    padding: 5px 35px 5px 10px;

    transition: all 0.3s ease;

}

ul.selected-tag>li a:hover {

    background: #fafafa;

}

ul.selected-tag>li a:before {

    content: '';

    position: absolute;

    width: 9px;

    height: 9px;

    background: url(../images/close.png) no-repeat center #fff;

    right: 9px;

    top: 9px;

}

ul.filter-search-wrap {

    float: right;

    margin: 0px;

    padding: 0px;

}

ul.filter-search-wrap>li {

    float: left;

    margin-left: 20px;

    list-style: none;

}

.select-wrap {

    float: left;

    position: relative;

}

.select-wrap select {

    border: none;

    font-size: 16px;

    font-weight: 100;

    line-height: 100%;

    display: inline-block;

    color: #0C0C0C;

}

.shop-main {

    position: relative;

    float: left;

    width: 100%;

    /* margin-bottom: 30px;*/

}

.shop-main .product {

    float: left;

    width: 100%;

    display: flex;

    justify-content: center;

    text-align: center;

    margin: 0px 0px 60px 0px;

}

.shop-main .product-thumb-info-image,
.shop-main .product:hover .product-thumb-info-image {

    border: none !important;

}

.shop-main .product-thumb-info-image {

    float: left;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 300px !important;

    border: solid 1px #fff;

    transition: all 0.3s ease;

    margin: 0px 0px 30px 0px;

    overflow: hidden;

}

.shop-main .product:hover .product-thumb-info-image {

    border-color: #0C0C0C;

}

.shop-main .product h4 {

    font-family: arial;

    font-size: 14px;

    line-height: normal;

    font-weight: 400;

    text-align: center;

    margin-bottom: 10px;

    padding: 0px 5px;

}

.shop-main .product .amount {

    font-size: 16px;

    font-weight: 300;

    color: #130F10;

    font-family: "Raleway", sans-serif;

}

.red {

    color: #ff0000 !important;

}

.eshop-filter .radio,
.eshop-filter .checkbox {

    padding: 0px 0px 0px 20px !important;

    line-height: normal;

}

.eshop-filter .checkbox input {

    margin: 2px 10px 2px 0px;

    float: left;

    position: absolute;

    left: 0px;

    top: 0px;

}

.innerpage {

    margin-top: 80px;

}

.innerpage h3 {

    font-size: 26px;

}

.product-info {

    position: relative;

    top: -35px;

}

.prodect-info-wrap {

    float: left;

    width: 100%;

    padding-right: 30px;

}

.prodect-info {

    float: left;

    width: 100%;

    margin-bottom: 0px;

}

.product-option-wrap {

    float: left;

    width: 100%;

}

.product-option {

    margin: 0;

    padding: 0;

    display: flex;

    width: 100%;

    margin-bottom: 15px;

}

.product-option>li {

    margin: 0 20px;

    padding: 0;

    list-style: none;

    width: 65px;

    padding-bottom: 10px;

}

.product-option>li:first-child {

    margin-left: 0px;

}

.product-option>li:last-child {

    margin-right: 0px;

}

.product-option>li.active {

    border-bottom: 1px solid #707070;

}



.filter-option-wrap {

    width: 100%;

    float: left;

    margin-bottom: 10px;

}

.filter-option-wrap .select-wrap {

    width: 100%;

    margin: 20px 0px;

}

.filter-option-wrap .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {

    width: 100%;

}

.filter-option-wrap .bootstrap-select>.dropdown-toggle {

    border: 1px solid #C0C0C0 !important;
    ;

    border-radius: 0;

    padding: 18px 25px !important;

}

.price-sec {

    width: 100%;

    float: left;

    margin-bottom: 30px;

}

.price-sec span {

    font-size: 22px;

    font-weight: 600;

    color: #000000;

    font-family: "Raleway", sans-serif;

    /* position: relative;
    top: 5px;*/

}

.ajax_loader {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: .7;
    background: url(../images/loading.gif);
    width: 31px;
    height: 31px;
    left: 50%;
    top: 40% !important;
    transform: translate(-50%, -40%) !important;
}



.addtocart-sec {

    width: 100%;

    float: left;

    margin-bottom: 40px;

}

.quantity {

    /*width: 140px;*/

    width: 115px;

    float: left;

    height: 63px;

    border: 1px solid #C0C0C0;

}

.quantity:hover {

    border-color: #464646;

}

.quantity label.btn {

    display: none;

}

.quantity .button-plus {

    float: right;

}

.quantity>div {

    width: 100% !important;

}

.quantity input {

    height: 60px;

    width: 100%;

    border: none;

    font-size: 22px;

    padding: 0px 0px 0px 16px;

    line-height: 60px;

    padding: 0px;

    width: calc(100% - 65px) !important;

    text-align: center;

    font-family: "Raleway", sans-serif;

}

.product-cart .eshop-quantity {

    margin: 0px;

    display: flex;

    width: 100%;

}

.eshop-quantity a {

    line-height: 58px;

    background: #fff !important;

    font-size: 20px;

    text-align: center;

    padding: 0px 12px;

    border: none !important;

    font-family: "Raleway", sans-serif;

}

.addtocart {

    display: flex;

    width: 306px;

    height: 63px;

    padding-left: 15px;

    position: relative;

    font-family: "Raleway", sans-serif;



}

.addtocart a {

    width: 100%;

    display: flex;

    justify-content: center;

    background: #58595b;

    align-items: center;

    font-size: 18px;

    font-weight: 700;

    color: #FFFFFF;

    text-transform: uppercase;

    position: relative;

    transition: all 0.3s ease;

    border-radius: 0px !important;

    border: none;

}

.addtocart a:hover,
.addtocart a:focus,
.addtocart a:active {

    background: #707070 !important;

    border: none !important
}

.addtocart .wait {

    position: absolute;

    right: -20px;

    top: 25px;

}

.addtocart a::before {

    content: '';

    /*position: absolute;*/

    margin-right: 10px;

    width: 26px;

    top: 14px;

    height: 30px;

    left: 25px;

    background: url(../images/shopping-bag.png) no-repeat center;

    background-size: 100%;

    background-repeat: no-repeat;

}



aside.mycartwrp-aside {

    position: absolute;

    z-index: 99;

    background: #fff;

    width: 100%;

    max-width: 420px;

    right: -100vw;

    padding-bottom: 120px;

    top: 0px;

    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.3);

    height: 100%;

    pointer-events: none;

    transition: all 0.6s ease;

}

aside.mycartwrp-aside.active {

    pointer-events: auto;

    right: 0px;

}

aside.mycartwrp-aside .backdrop {

    content: '';

    position: absolute;

    top: 0px;

    right: 100%;

    height: 100%;

    width: 100vw;

    background-color: rgba(0, 0, 0, 0.6);

    z-index: 1;

    opacity: 0;

}

aside.mycartwrp-aside .backdrop:after {

    content: '';

    width: 24px;

    height: 24px;

    border-radius: 20px;

    position: absolute;

    right: -400px;

    top: 20px;

    background: url(../images/home/close.svg) no-repeat center;

    background-size: 24px;

    z-index: 9;

    cursor: pointer;

}

aside.mycartwrp-aside.active .backdrop {

    opacity: 1;

    transition: all 1s ease 0.2s;

}





.product-detals-wrap {

    width: 100%;

    float: left;

    /* margin-top: 70px;*/

    margin-top: 25px;

}

.mt-50 ul#myTab {
    margin-top: 10px;
}


.product-detals-wrap ul#myTab {

    /*display: none;*/

    border: 0px;

    padding-bottom: 4px;

    margin-bottom: 30px;

    border-bottom: 2px solid #E4E4E4;

}

.product-detals-wrap ul#myTab>li {

    list-style: none;

    margin: 0px 30px;

}

.product-detals-wrap ul#myTab .nav-link {

    padding: 0;

    padding-right: 50px;

    color: #4D4D4D;

    font-size: 20px;

    text-transform: uppercase;

    border: 0;

    position: relative;

    padding-bottom: 10px;

}

.product-detals-wrap ul#myTab .nav-link.active::after {

    content: '';

    height: 3px;

    width: 100%;

    background: #4D4D4D;

    position: absolute;

    bottom: -5px;

    left: 0;

}

.product-detals-wrap ul#myTab>li:nth-child(1) {

    margin-left: 0px;

}

.product-detals-wrap ul#myTab>li:nth-child(1) .nav-link {

    padding-left: 0px;

}



.product-detals-wrap #myTabContent {

    /*background: #F5F5F5;

	padding:30px 50px;*/

    float: left;

    width: 100%;

    border: none;

}

hr#system-readmore {

    display: none !important;

}

.product-detals-list {

    padding: 0;

    margin: 0;

    width: 100%;

    float: left;



}

.product-detals-list>li {

    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    margin: 30px 0px;
    margin: 5px 0px;
    line-height: 22px;
}

.product-detals-list>li span {

    font-size: 13px;

    color: #130F10;

    font-weight: 400;
    width: 300px;

}

.product-detals-list>li span.label {

    width: 150px;
    /* width: 230px; */
    font-size: 13px;
    color: #130F10;
    font-weight: 400;
    /* margin-right: 10px; */
    float: left;


}



.youmaylike {

    width: 100%;

    float: left;

    position: relative;

    margin-top: 50px;

    padding-top: 70px;

}

.youmaylike::before {

    content: '';

    width: calc(100vw + 50vw);

    height: 1px;

    position: absolute;

    top: 0px;

    left: -50vw;

    background: #E4E4E4;

}

.youmaylike h2 {

    font-size: 25px;

    font-weight: 100;

    color: #000000;

    text-align: center;

    margin-bottom: 40px;

    text-transform: uppercase;

}





/*Select*/

select.bs-select-hidden,

.bootstrap-select>select.bs-select-hidden,

select.selectpicker {

    display: none !important;

}

.bootstrap-select {

    width: 220px \0;

    /*IE9 and below*/

    vertical-align: middle;

}

.bootstrap-select>.dropdown-toggle {

    position: relative;

    width: 100%;

    text-align: right;

    white-space: nowrap;

    display: -webkit-inline-box;

    display: -webkit-inline-flex;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    padding: 0px 10px 0px 7px !important;

}

.bootstrap-select>.dropdown-toggle:after {

    margin-top: -1px;

}

.bootstrap-select>.dropdown-toggle.bs-placeholder,

.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,

.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,

.bootstrap-select>.dropdown-toggle.bs-placeholder:active {

    color: #999;

}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active {

    color: rgba(255, 255, 255, 0.5);

}

.bootstrap-select>select {

    position: absolute !important;

    bottom: 0;

    left: 50%;

    display: none !important;

    width: 0.5px !important;

    height: 100% !important;

    padding: 0 !important;

    opacity: 0 !important;

    border: none;

    z-index: 0 !important;

}

.bootstrap-select>select.mobile-device {

    top: 0;

    left: 0;

    display: block !important;

    width: 100% !important;

    z-index: 2 !important;

}

.has-error .bootstrap-select .dropdown-toggle,

.error .bootstrap-select .dropdown-toggle,

.bootstrap-select.is-invalid .dropdown-toggle,

.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {

    border-color: #b94a48;

}

.bootstrap-select.is-valid .dropdown-toggle,

.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {

    border-color: #28a745;

}

.bootstrap-select.fit-width {

    width: auto !important;

}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {

    width: auto;

}

.bootstrap-select.form-control {

    margin-bottom: 0;

    padding: 0;

    border: none;

}

:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {

    width: 100%;

}

.bootstrap-select.form-control.input-group-btn {

    float: none;

    z-index: auto;

}

.form-inline .bootstrap-select,

.form-inline .bootstrap-select.form-control:not([class*="col-"]) {

    width: auto;

}

.bootstrap-select:not(.input-group-btn),

.bootstrap-select[class*="col-"] {

    float: none;

    display: inline-block;

    margin-left: 0;

}

.bootstrap-select.dropdown-menu-right,

.bootstrap-select[class*="col-"].dropdown-menu-right,

.row .bootstrap-select[class*="col-"].dropdown-menu-right {

    float: right;

}

.form-inline .bootstrap-select,

.form-horizontal .bootstrap-select,

.form-group .bootstrap-select {

    margin-bottom: 0;

}

.form-group-lg .bootstrap-select.form-control,

.form-group-sm .bootstrap-select.form-control {

    padding: 0;

}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,

.form-group-sm .bootstrap-select.form-control .dropdown-toggle {

    height: 100%;

    font-size: inherit;

    line-height: inherit;

    border-radius: inherit;

}

.bootstrap-select.form-control-sm .dropdown-toggle,

.bootstrap-select.form-control-lg .dropdown-toggle {

    font-size: inherit;

    line-height: inherit;

    border-radius: inherit;

}

.bootstrap-select.form-control-sm .dropdown-toggle {

    padding: 0.25rem 0.5rem;

}

.bootstrap-select.form-control-lg .dropdown-toggle {

    padding: 0.5rem 1rem;

}

.form-inline .bootstrap-select .form-control {

    width: 100%;

}

.bootstrap-select.disabled,

.bootstrap-select>.disabled {

    cursor: not-allowed;

}

.bootstrap-select.disabled:focus,

.bootstrap-select>.disabled:focus {

    outline: none !important;

}

.bootstrap-select.bs-container {

    position: absolute;

    top: 0;

    left: 0;

    height: 0 !important;

    padding: 0 !important;

}

.bootstrap-select.bs-container .dropdown-menu {

    z-index: 1060;

}

.bootstrap-select .dropdown-toggle .filter-option {

    position: static;

    top: 0;

    left: 0;

    float: left;

    height: 100%;

    width: 100%;

    text-align: left;

    overflow: hidden;

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 auto;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;

}

.bs3.bootstrap-select .dropdown-toggle .filter-option {

    padding-right: inherit;

}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {

    position: absolute;

    padding-top: inherit;

    padding-bottom: inherit;

    padding-left: inherit;

    float: none;

}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {

    padding-right: inherit;

}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {

    overflow: hidden;

    line-height: 100%;

    padding-right: 25px;

    color: #8A7C8C;

    font-size: 16px;

}

.bootstrap-select .dropdown-toggle .filter-expand {

    width: 0 !important;

    float: left;

    opacity: 0 !important;

    overflow: hidden;

}

.bootstrap-select .dropdown-toggle .caret {

    position: absolute;

    top: 50%;

    right: 12px;

    margin-top: -2px;

    vertical-align: middle;

}

.input-group .bootstrap-select.form-control .dropdown-toggle {

    border-radius: inherit;

}

.bootstrap-select[class*="col-"] .dropdown-toggle {

    width: 100%;

}

.bootstrap-select .dropdown-menu {

    min-width: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.bootstrap-select .dropdown-menu>.inner:focus {

    outline: none !important;

}

.bootstrap-select .dropdown-menu.inner {

    position: static;

    float: none;

    border: 0;

    padding: 0;

    margin: 0;

    border-radius: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

}

.bootstrap-select .dropdown-menu li {

    position: relative;

}

.bootstrap-select .dropdown-menu li.active small {

    color: rgba(255, 255, 255, 0.5) !important;

}

.bootstrap-select .dropdown-menu li.disabled a {

    cursor: not-allowed;

}

.bootstrap-select .dropdown-menu li a {

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    font-family: 'Gordita';

    text-transform: uppercase;

}

.bootstrap-select .dropdown-menu li a:hover {

    color: #FFFFFF;

    background-color: #ec9522;

}

.bootstrap-select .dropdown-menu li a.opt {

    position: relative;

    padding-left: 2.25em;

}

.bootstrap-select .dropdown-menu li a span.check-mark {

    display: none;

}

.bootstrap-select .dropdown-menu li a span.text {

    display: inline-block;

}

.bootstrap-select .dropdown-menu li small {

    padding-left: 0.5em;

}

.bootstrap-select .dropdown-menu .notify {

    position: absolute;

    bottom: 5px;

    width: 96%;

    margin: 0 2%;

    min-height: 26px;

    padding: 3px 5px;

    background: #f5f5f5;

    border: 1px solid #e3e3e3;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

    pointer-events: none;

    opacity: 0.9;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.bootstrap-select .no-results {

    padding: 3px;

    background: #f5f5f5;

    margin: 0 5px;

    white-space: nowrap;

}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {

    position: static;

    display: inline;

    padding: 0;

    width: auto;

}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {

    display: inline;

}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {

    content: '\00a0';

}

.bootstrap-select.fit-width .dropdown-toggle .caret {

    position: static;

    top: auto;

    margin-top: -1px;

}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {

    position: absolute;

    display: inline-block;

    right: 15px;

    top: 5px;

}

.bootstrap-select.show-tick .dropdown-menu li a span.text {

    margin-right: 34px;

}

.bootstrap-select .bs-ok-default:after {

    content: '';

    display: block;

    width: 0.5em;

    height: 1em;

    border-style: solid;

    border-width: 0 0.26em 0.26em 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,

.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {

    z-index: 1061;

}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {

    content: '';

    border-left: 7px solid transparent;

    border-right: 7px solid transparent;

    border-bottom: 7px solid rgba(204, 204, 204, 0.2);

    position: absolute;

    bottom: -4px;

    left: 9px;

    display: none;

}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {

    content: '';

    border-left: 6px solid transparent;

    border-right: 6px solid transparent;

    border-bottom: 6px solid white;

    position: absolute;

    bottom: -4px;

    left: 10px;

    display: none;

}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {

    bottom: auto;

    top: -4px;

    border-top: 7px solid rgba(204, 204, 204, 0.2);

    border-bottom: 0;

}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {

    bottom: auto;

    top: -4px;

    border-top: 6px solid white;

    border-bottom: 0;

}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {

    right: 12px;

    left: auto;

}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {

    right: 13px;

    left: auto;

}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,

.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,

.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after {

    display: block;

}

.bs-searchbox,

.bs-actionsbox,

.bs-donebutton {

    padding: 4px 8px;

}

.bs-actionsbox {

    width: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.bs-actionsbox .btn-group button {

    width: 50%;

}

.bs-donebutton {

    float: left;

    width: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.bs-donebutton .btn-group button {

    width: 100%;

}

.bs-searchbox+.bs-actionsbox {

    padding: 0 8px 4px;

}

.bs-searchbox .form-control {

    margin-bottom: 0;

    width: 100%;

    float: none;

}

.bootstrap-select>.dropdown-toggle {

    width: 100%;

}



.select-wrap .btn-light {

    color: #212529;

    background-color: transparent;

    border: 0;

}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {

    font-style: normal;

    font-weight: 400;

    font-size: 16px !important;

    line-height: 100%;

    color: #4D4D4D;

    padding-right: 15px;

}

.select-wrap light:not(:disabled):not(.disabled).active,
.select-wrap .btn-light:not(:disabled):not(.disabled):active,
.select-wrap .show>.btn-light.dropdown-toggle {

    color: #FFFFFF;

    background-color: transparent;

    border: 0;

}

.bootstrap-select>.dropdown-toggle::after {

    content: '';

    position: absolute;

    right: 0px;

    top: 2px;

    width: 14px;

    height: 9px;

    background: url(../images/down_arrow.svg);

    border: 0;

    background-size: 14px;

    background-repeat: no-repeat;

}



.select-wrap .dropdown-menu {

    padding: 0px;

}

.bootstrap-select .dropdown-menu li {

    font-size: 12px;

    line-height: 16px;

}

.dropdown-item.active,
.dropdown-item:active {

    background: #EC9522;

}



.btn-light.focus,
.btn-light:focus {

    outline: none !important;

}

.btn-light.focus,
.btn-light:focus {

    box-shadow: none !important;

}

.filter-option-wrap .select-wrap,
.product-info .product-filter>div {

    float: left;

    width: 100%;

    position: relative;

}

.filter-option-wrap .select-wrap:after,
.product-info .product-filter>div:after {

    width: 16px;

    height: 16px;

    content: '';

    position: absolute;

    right: 20px;

    top: 20px;

    pointer-events: none;

    background: url(../images/select-arrow.png) no-repeat center;

}

.filter-option-wrap .select-wrap option {

    padding: 20px 10px;

}



.filter-option-wrap .select-wrap select,
.product-info .product-filter>div select {

    height: 52px !important;

    width: 100%;

    border: solid 1px #C0C0C0;

    border-radius: 0px;

    padding: 10px 40px 10px 22px;

    appearance: none;

    font-size: 14px;

    color: #000;

    font-weight: 400;

    box-shadow: none;

    font-family: "Raleway", sans-serif;

}

.filter-option-wrap .select-wrap>div {

    position: relative;

}



.product-slider {

    display: flex;

}

.product-slider .product-thumbs {

    width: 105px !important;

}

.product-slider .product-thumbs img {

    max-width: 100%;

    max-height: 100%;

    margin: auto;

    display: block;

}

.product-slider .product-thumbs .swiper-slide {

    max-width: 60px !important;

    max-height: 85px !important;

    position: relative;

    padding: 0px 0px 0px;

    margin-bottom: 30px;

}

.product-slider .product-thumbs .swiper-slide:after {

    content: '';

    height: 1px;

    width: 50px;

    /*background: #c0c0c0;*/

    left: -50%;

    right: -50%;

    margin: auto;

    position: absolute;

    bottom: 0px;

}

.product-slider .product-thumbs .swiper-slide-thumb-active:after {
    background: #c0c0c0;

}

.product-slider .product-thumbs a.zoomThumbActive:after {
    content: '';
    height: 1px;
    width: 50px;
    background: #c0c0c0;
    left: -50%;
    right: -50%;
    margin: auto;
    position: absolute;
    bottom: -20px;
}


.product-slider .product-thumbs .swiper-wrapper {

    flex-wrap: wrap;

    display: inline-block !important;

}

.swiper-container .swiper-button-black {

    display: none;

}

.swiper-container-initialized .swiper-button-black {

    display: block;

}

.product-slider .product-top .swiper-slide {

    text-align: center;

}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {

    --swiper-navigation-color: #000000;

}

.mycart-title {

    float: left;

    width: 100%;

    font-size: 20px !important;

    font-weight: 500 !important;

    margin-bottom: 0px;

    padding: 30px 30px 10px 30px;

}

.mycart-title span {

    font-size: 18px;

    color: #909090;

    display: inline-block;

    padding-left: 10px;

}

ul.cart-item-list {

    margin: 0px;

    padding: 0px;

    width: 100%;

}

ul.cart-item-list>li {

    list-style: none;

    float: left;

    width: 100%;

    border-bottom: solid 1px #E0E0E0;

    display: flex;

    padding: 40px 30px;

}

ul.cart-item-list>li .cart-thumb {

    padding: 10px;

    border: solid 1px #ccc;

    width: 45%;

}

ul.cart-item-list>li .cart-thumb img {

    width: 100%;

    display: block;

    margin: auto;

    max-width: 100%;

}

ul.cart-item-list>li .cart-desc {

    width: 60%;

    padding-left: 24px;

}

ul.cart-item-list>li .cart-desc h5 {

    font-size: 18px;

    font-weight: 400;

    margin: 0px;

}

ul.cart-item-list>li .cart-desc h5 a {

    font-weight: 500;

    color: #464646;

}

ul.cart-item-list>li .cart-desc .price {

    display: block;

    font-size: 20px;

    font-weight: 400;

    padding: 10px 0px;

    color: #130F10;

}

ul.cart-item-list>li .cart-desc .qty {

    display: block;

    font-size: 20px;

    font-weight: 400;

    color: #130F10;

    padding: 0px;

    line-height: 100%;

    float: left;

    border: solid 1px #ccc;

}

ul.cart-item-list>li .trash {

    display: block;

    float: right;

    width: 28px;

    margin: 5px;

    height: 28px;

    background: url(../img/trash.png) no-repeat center;

}

ul.cart-item-list>li .eshop-quantity {

    width: 110px;

    display: flex;

    padding: 0px;

    margin: 0px;

    align-items: center;

    height: 38px;

}

ul.cart-item-list>li .eshop-quantity a {

    border: none !important;

    background: none !important;

    box-shadow: none !important;

    font-size: 16px !important;

}

ul.cart-item-list>li .eshop-quantity input {

    border: none !important;

    font-size: 19px !important;

    box-shadow: none !important;

}

ul.cart-item-list>li .stepper {}

ul.cart-item-list>li .stepper input {

    border: none;

    width: 100%;

    height: 38px;

    padding: 0px 0px 0px 12px;

    line-height: 25px;

}

ul.cart-item-list .cart-meta {

    float: left;

    width: 100%;

    margin-top: 5px;

}

.mycart .cart-total {

    float: left;

    width: 100%;

    padding: 30px;

    display: flex;

    color: #130F10;

    font-size: 15px;

    font-weight: 700;

}

.mycart .cart-total span {

    width: 100%;

    font-size: 16px;

    font-family: 'Raleway', sans-serif;

}

.mycart .controls {

    margin-top: 20px;

}

.mycart .controls>*,
.mycart .controls>.btn-primary {

    width: 50%;

    border-radius: 0px;

    border: solid 3px #fff !important;

    background: #000 !important;

    color: #fff;

    float: left;

    /*padding: 10px;*/

    height: 55px;

    box-shadow: none;

    font-family: "Raleway", sans-serif;

    text-transform: uppercase;

    font-weight: 700;

}

.mycart .controls .btn-success,
.mycart .controls .btn-primary {

    background: #000 !important;

    color: #fff;

    font-weight: 700;

    font-size: 16px;

    font-weight: 700;

}

.mycart .controls>*:hover {

    background: #707070 !important;

    transition: all 0.3s ease;

}

.mycart .cart-total span.label-amount {

    text-align: right;

}

.shoping-cart {

    float: left;

    width: 100%;

    margin-bottom: 30px;

}

ul.cart-item-list {

    float: left;

    width: 100%;

    margin: 0px;

    padding: 0px;

}

ul.cart-item-list>li {

    list-style: none;

    display: flex;

    width: 100%;

    padding: 20px 0px;

    border-top: solid 1px #E0E0E0;

    align-items: center;

}

ul.cart-item-list>li:first-child {

    border: none;

}

ul.cart-item-list>li span {

    padding: 5px 25px;

    color: #130F10;

    font-size: 20px;

}

ul.cart-item-list>li .pr-thumb img {

    max-height: 80px;

}

ul.cart-item-list>li span.pr-thumb {

    width: 40%;

}

ul.cart-item-list>li span.pr-thumb a {

    float: left;

    margin: 0px 10px 10px 0px;

}

ul.cart-item-list>li span.pr-thumb .title {

    padding: 0px !important;



}

ul.cart-item-list>li span.pr-price {

    width: 15%;

}

ul.cart-item-list>li span.pr-qty {

    width: 18%;

    text-align: center;

}

ul.cart-item-list>li span.pr-stepper {

    width: 15%;

}

ul.cart-item-list>li span.pr-trash {

    width: 10%;

}

ul.cart-item-list>li span.pr-total {

    width: 15%;

    text-align: right;

}

ul.cart-item-list>li.pr-header span {

    color: #130F10;

    font-size: 20px;

    font-weight: 500;

}

ul.cart-item-list>li span.pr-grand-total {

    width: 100%;

    font-weight: 500;

    text-align: right;

    padding-right: 0px;

}

ul.cart-item-list>li span.pr-grand-total strong {

    margin-left: 5px;

    margin-right: 20px;

    display: inline-block;

}

/*.cart-info.shoping-cart {

    margin-top: 50px;

}*/

.btn-checkout {

    background: #707070;

    align-items: center;

    font-size: 18px;

    font-weight: 700;

    color: #FFFFFF;

    position: relative;

    float: right;

    transition: all 0.3s ease;

    padding: 10px 40px;

}

.btn-checkout:hover {

    background: #130F10;

    color: #FFFFFF;

}

#colorbox #cboxContent h1 {

    font-size: 22px;

    padding: 15px 30px;

}

.controls input[type="text"]#coupon_code {

    height: 47px !important
}

ul.cart-item-list>li .eshop-quantity {

    width: 110px;

    display: flex;

    padding: 0px;

    margin: 0px;

    align-items: center;

    height: 38px;

    flex-direction: row-reverse;

}

ul.cart-item-list>li .eshop-quantity a {

    border: none !important;

    background: none !important;

    box-shadow: none !important;

    font-size: 16px !important;

}

ul.cart-item-list>li .eshop-quantity input {

    border: none !important;

    font-size: 19px !important;

    box-shadow: none !important;

}



.no-content {

    border: 1px solid #EEEEEE;

    margin-bottom: 60px;

    background: #f5f5f5;

    text-align: center;

}

.controls .btn-primary,
.eshop-container>a.btn-primary,
#colorbox .btn-primary,
.checkout-content .btn-primary {

    font-weight: 600;

    font-size: 15px;

    background: #58595b;

    border-radius: 0px;

    border: none;

    padding: 0px 20px;

    line-height: 55px;

    transition: all 0.3s ease;

    font-family: "Raleway", sans-serif;

    text-transform: uppercase;

    width: 170px;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {

    border: none !important;

    box-shadow: none !important;

    outline: none !important;

    background: #939598;

}

.form-horizontal .control-group {

    margin: 15px 0px;

}

table.table.table-bordered.table-striped {

    margin: 30px 0px;

}

.controls input[type="text"],
.controls input[type="email"],
.controls input[type="password"],
.controls input.input-large,
.controls input.input-small,
.controls select,
.checkout-content input[type="text"],
.checkout-content input[type="password"],

.checkout-content select {

    border: solid 1px #c0c0c0;

    border-radius: 0px;

    box-shadow: none !important;

    font-size: 14px !important;

    height: 45px !important;

    padding: 6px 15px !important;

    margin: 0px 15px 0px 0px;

    font-weight: normal;

    font-family: "Raleway", sans-serif;


}

.controls textarea {

    border: solid 1px #c0c0c0;

    border-radius: 0px;

    box-shadow: none !important;

    font-size: 16px !important;

    padding-left: 15px;

    padding-top: 10px;

    font-weight: normal;

    width: 100%;

}

.required {

    color: #000000 !important;

    font-weight: bold;

}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {

    background-color: #f9f9f9;

    padding: 10px 20px;

}

table.table.table-bordered.table-striped {

    margin: 30px 0px;

    border-radius: 0px !important;

    box-shadow: none !important;

}

#eshop-main-container {

    float: left;

    width: 100%;

    margin-bottom: 60px;

}

#eshop-main-container ul.personal-info {

    padding-left: 0;

}

#eshop-main-container ul.personal-info li {

    padding: 8px;

}

#eshop-main-container .personal-info li.active {

    font-weight: 600;

}

.cart-info.shoping-cart .eshop-quantity {

    border: solid 1px #ccc;

    height: 40px;

}

.checkout-heading {

    background: #f3f3f3;

    width: 100%;

    padding: 14px 16px;

    color: #130F10;

    font-size: 20px;

    margin: 14px 0px 14px 0px;

    font-weight: 700;

    float: left;

    border: none;

}

.checkout-content {

    padding: 40px;

    border: solid 1px #e0e0e0;

}


.account-content {

    padding: 0 !important;

    border: 0 !important;

}


.row-fluid .span6,
.checkout-content .span6 {

    margin: 0px !important;

}

.span6.eshop-pre-nav,
.span6.eshop-next-nav {

    display: none;

}

/*section.innerpage {

    margin-top: 0px;

}*/

#eshop-main-container>h1 {

    display: none;

}

#checkout-options .checkout-content .span6 .radio,
#checkout-options .radio {

    float: left;

    margin: 0px 60px 0px 0px;

    padding: 0px;

}

#checkout-options .checkout-content .span6 .radio+.pull-right {

    clear: both;

    margin-top: 20px;

}

#adminForm .checkout-content {

    display: block;

    overflow: hidden;

}

/*joomla-styles*/



.eshop-filter.panel-primary {

    float: left;

    margin-left: 40px !important;

    position: relative;

    box-shadow: none;

    cursor: pointer;

}

.eshop-filter .panel-collapse {

    border-top: 2px solid #ccc;

    border-left: 1px solid #dddddd;

    border-right: 1px solid #dddddd;

    position: absolute;

    left: 0px;

    top: 100%;

    min-width: 150px;

    display: none;

    background: #fff;

}

.eshop_products_filter_ {

    float: right;

    width: auto;

    max-width: 750px;

    position: relative;

    /* margin-bottom: 40px !important;*/

}

.eshop-filter>a {

    cursor: pointer;

    background: #fff !important;

    font-size: 16px;

    border: none !important;

    display: block;

    padding: 2px 20px 2px 0px;

    position: relative;

    pointer-events: none;

}

.eshop-filter a:hover {

    color: #000 !important;

}

.filter-heading .filter-head-icon {

    width: 12px;

    height: 8px;

    position: absolute;

    right: 0px;

    top: 8px;

    background: url(../images/select-arrow.png) no-repeat center !important;

    background-size: 10px !important;

    transition: all 0.2s ease !important;

}

.filter-heading .filter-head-icon.active {

    transform: rotate(180deg);

}

.eshop-filter-reset-all {

    /*width: 75px;*/

    float: left;

    padding: 0px !important;

    border: none !important;

    margin-top: 2px !important;

}

.panel-collapse .panel-body>ul>li,
.panel-collapse .panel-body ul li a {

    font-size: 14px !important;

    line-height: normal;

}

.panel-collapse .panel-body>ul>li {

    padding: 6px 10px !important;

    background: #fff;

}

.panel-collapse .panel-body ul li a {

    display: block;

}

.panel-collapse .panel-body ul li .badge {

    display: none !important;

}

.eshop-filter .panel-collapse {

    border: solid 1px #ccc !important;

    z-index: 99;

    overflow: scroll;

    overflow-x: hidden !important;

    max-height: 232px !important;

}

#products-list_inner {

    position: relative;

}

#products-list_inner .product {

    transition: all 0.3s ease;

    opacity: 1;

}

#products-list_inner.processing .product {

    opacity: 0.6;

}

#products-list_inner.processing:after {



    content: '';

    width: 60px;

    height: 60px;

    bottom: 20vh;

    left: -50%;

    right: -50%;

    margin: auto;

    background: url(../images/loader.gif) no-repeat center #fff;

    border-radius: 100%;

    position: absolute;

    background-size: 50px;

    box-shadow: 0px 0px 43px #ccc;



}



/* width */

.eshop-filter ::-webkit-scrollbar {

    width: 4px;

    margin: 2px;

    border-radius: 10px;

}



/* Handle */

.eshop-filter ::-webkit-scrollbar-thumb {

    background: #464646;

    border-radius: 10px;

}



/* Handle on hover */

.eshop-filter ::-webkit-scrollbar-thumb:hover {

    background: #464646;

}

.eshop-filter-reset-all a {

    cursor: pointer;

    color: #666;

    font-size: 16px;

    text-decoration: none;

}

.eshop-filter-reset-all a i {

    filter: grayscale(2);

}

.filter-reset-icon {

    height: 14px;

    width: 11px;

}

.radio,
.checkbox {

    position: relative;

    display: block;

    padding-left: 0px;

    padding-right: 18px;

    margin-top: 10px;

    margin-bottom: 18px;

    font-size: 16px;

    color: #141414;

}

.radio input,
.checkbox input {

    margin-right: 10px;

}

.row-fluid legend {

    border: none;

}

.row-fluid .span6 {

    margin: 10px 0px 10px;

    width: 100%;

}

.control-group .control-label {

    font-size: 16px;

    font-weight: 400;

    color: #141414;

    margin-bottom: 8px;

    text-align: left !important;

    font-family: "Raleway", sans-serif;

}

.checkout-content .span6 {

    width: 100%;

}

.checkout-content #login.span6 {

    width: 100%;

    margin-top: 30px !important;

    float: left;

    clear: both;

}

.checkout-content .control-group {

    margin-bottom: 25px;

}

.checkout-content .btn-primary {

    min-width: 170px;

}

.checkout-content .controls input[type="text"],

.checkout-content .controls input[type="password"] {

    width: 100%;

    height: 45px !important;

}

.checkout-content textarea {

    border: solid 1px #c0c0c0;

    border-radius: 0px;

    box-shadow: none !important;

    font-size: 16px !important;

    height: auto !important;

    margin: 0px 15px 0px 0px;

    background: #fff;

}

.checkout-content fieldset ul {

    margin: 0px;

    padding: 0px;

    width: 100%;

    float: left;

    margin: 0px 0px 30px 0px;

}

.checkout-content fieldset ul>li {

    list-style: none;

    float: left;

    margin-right: 40px;

}

.checkout-content fieldset ul>li a {

    font-size: 16px;

    text-decoration: underline;

    color: #141414;

}

.checkout-content select {

    height: auto !important;

}

#shipping-method .checkout-content div>div {

    font-size: 18px;

    color: #130F10;

    line-height: normal;

    font-weight: 400;

    margin-bottom: 30px;

}

.checkout-content .control-group select {

    width: 100% !important;

    height: 44px !important;

}

#shipping-method .checkout-content div strong {

    padding-top: 10px;

    color: #130F10;

}

#shipping-method .checkout-content div label,
#payment-method .checkout-content div label {

    font-size: 18px;

    color: #130F10;

    line-height: normal;

    font-weight: 400;

}

#shipping-method .checkout-content .control-group label,
#payment-method .checkout-content .control-group label {

    width: 100%;

    text-align: left;

}

#shipping-method .form-horizontal .control-group .controls,
#payment-method .form-horizontal .control-group .controls {

    margin: 0px;

}

#shipping-method .checkout-content textarea,
#payment-method .checkout-content textarea {

    width: 100%;

    margin: 0px;

}

#confirm table {

    border: none !important;

    margin-top: 0px;

}

#confirm table tr {

    border: none !important;

}

#confirm table th,
#confirm table td {

    font-size: 16px;

    color: #130F10;

    line-height: normal;

    font-weight: 400;

    padding: 15px 0px;

    background: #fff !important;

    border: none;

    border-bottom: solid 1px #ececec;

    font-family: 'Raleway', sans-serif;

}

#confirm table td a {

    color: #130F10 !important;

    font-weight: 600;

}

#confirm table th {

    font-weight: 600;

    font-size: 20px !important;

}

#confirm table tr th:last-child,
#confirm table tr td:last-child {

    text-align: right;

}

h4.alert-heading {

    display: none !important;

}

.alert .close {

    top: 0px;

    right: 0px;

}

.select-wrap br {

    display: none;

}

p:empty {

    margin: 0px;

}

.product-info .product-cart {

    padding: 0px;

    margin: 0px;

}

.product-info .no_margin_left {

    float: left;

    width: 100%;

}

.product-info .no_margin_left .addtocart {

    float: right;

}

.col-md-4 .checkout-item {

    float: left;

    width: 100%;

    border: solid 1px #ccc;

    padding: 30px 30px;

    background: #fff;

    margin: 14px 0px;

}

.col-md-4 .checkout-item h4 {

    font-weight: 400;

    font-size: 22px;

    margin: 0px;

    padding-bottom: 20px;

    border-bottom: solid 1px #ccc;

}

ul.ordeer-summary {

    margin: 12px 0px 30px;

    padding: 0px;

    width: 100%;

    border-bottom: solid 1px #ccc;

}

ul.ordeer-summary>li {

    list-style: none;

    padding: 12px 0px;

    display: flex;

}

ul.ordeer-summary>li.sub-total {

    border-bottom: solid 1px #ccc;

    padding-bottom: 20px;

}

ul.ordeer-summary>li.sub-total:last-child {

    border: none !important;

    padding-top: 20px;

}

ul.ordeer-summary>li span {

    width: 50%;

    font-size: 20px;

    color: #040404;

}

ul.ordeer-summary>li:last-child span {

    font-weight: 600;

}

ul.ordeer-summary>li span:last-child {

    text-align: right;

}

.checkout-item .btn-submit {

    font-weight: 600;

    font-size: 15px;

    background: #000;

    border-radius: 0px;

    border: none;

    width: 100% !important;

    color: #fff;

    padding: 0px 20px;

    line-height: 55px;

    float: left;

    transition: all 0.3s ease;

    text-align: center;

    font-family: "Raleway", sans-serif
}

.checkout-item .btn-submit:hover {

    background: #707070;

}

a,
a:hover {

    color: #808285;

}

.nav>li>a:hover,
.nav>li>a:focus {

    background: none;

}

#wrap-review {

    margin-top: 20px;

    margin-bottom: 20px;

    float: left;

    width: 100%;

}

#wrap-review .review-list {

    padding: 20px;

}

#wrap-review .review-list .author {

    margin-bottom: 0px;

    font-size: 14px;

    color: #666;

}

#wrap-review .review-list .rating {

    float: right;

    margin-bottom: 5px;

}

#reviews #review-title {

    padding-bottom: 4px;

    margin-bottom: 30px;

    border-bottom: 2px solid #E4E4E4;

    color: #4D4D4D;

    font-size: 20px;

    text-transform: uppercase;

}

#reviews .control-group label {

    width: 100%;

    margin-top: 20px;

}

#reviews .control-group input,
#reviews .control-group textarea {

    width: 100%;

    max-width: 500px;

    border: solid 1px #c0c0c0;

    border-radius: 0px;

    box-shadow: none !important;

    font-size: 16px !important;

}

#reviews .controls.docs-input-sizes {

    display: flex;

    align-items: center;

}

#reviews .btn-primary {

    background: #000000;

    color: #fff;

    font-size: 16px;

    border: none;

    text-transform: uppercase;

    width: auto;

    padding: 12px 10px 14px;

    float: left;

    min-width: 160px;

    line-height: 100%;

    border-radius: 0px;

    margin: 10px 0px 0px 0px;

}

#reviews .controls.docs-input-sizes b {

    padding: 0px 6px;

    padding-top: 3px;

    font-weight: 100 !important;

}

#reviews>.row-fluild {

    margin-top: 50px;

    float: left;

    clear: both;

    width: 100%;

}

.disabled_swiper_button {

    display: none !important;

}

/*.select-wrap.filter-color:after {

    content: none !important;

}*/

.select-wrap.filter-color.add-dropdown:after {

    content: '' !important;

    top: auto;

    bottom: 16px;

}



.select-wrap.filter-color .option-image {

    display: flex !important;

}

.select-wrap.filter-color {

    margin-bottom: 10px !important;

}

.select-wrap.filter-color .product-image {

    text-align: center;

}

.select-wrap.filter-color .product-image {

    margin-right: 20px;

    border: solid 1px #fff;

    transition: all 0.3s ease;

}

.select-wrap.filter-color .product-image img {

    margin: 0px;

    opacity: 0.8;

    transition: all 0.3s ease;

}

.select-wrap.filter-color .product-image:hover,
.select-wrap.filter-color .product-image.active-color {

    border: solid 1px #333;

}

.select-wrap.filter-color .product-image.active-color {

    border: solid 1px #333;

}

.select-wrap.filter-color br {

    display: none;

}

.select-wrap.filter-color img {

    max-height: 180px;

    margin-right: 20px;

}

.eshop-mini-cart-info .eshop-image img {

    max-width: 90px !important;

}

.icon-nav .eshop-items h4 {

    display: none !important;

}

.icon-nav #eshop-cart-total {

    width: 14px;

    overflow: hidden;

    display: inline-block;

    height: 14px;

    color: transparent;

}

.icon-nav #eshop-cart-total:empty {

    display: none !important;

}

.icon-nav #eshop-cart-total.has-cart-item {

    display: inline-block !important;

}



.confirm-wrapper>div {

    /*padding-top: 50px;*/

    padding-bottom: 50px;

}

.purchase-confirmation {

    width: 100%;

    text-align: center;

    max-width: 340px;

    margin: auto;

    padding: 30px 0px;

}

.purchase-confirmation h3 {

    padding-top: 40px;

    font-weight: 300;

    font-size: 20px;

    text-align: left;

    color: #130f10;

    background: url(../images/check.png) no-repeat center top;

    margin: 0px 0px 16px;

    text-align: center;

}

.failed-order h3 {

    background: url(../images/faild-check1.png) no-repeat center top;

}

.purchase-confirmation p {

    text-align: center;

    font-weight: 300;

    font-size: 16px;

    text-align: center;

    color: #130f10;

}

.purchase-confirmation p strong {

    font-family: "Raleway", sans-serif;

}

.purchase-confirmation .btn-submit {

    font-weight: 500;

    font-size: 15px;

    background: #000;

    border-radius: 0px;

    border: none;

    width: auto !important;

    color: #fff;

    padding: 0px 20px;

    line-height: 55px;

    float: none;

    display: inline-block;

    transition: all 0.3s ease;

    text-align: center;

    text-transform: uppercase;

    font-family: "Raleway", sans-serif;

}

.confirm-cart {

    float: left;

    width: 100%;

    background: #fff;

    border: 1px solid #f0f0f0;

    padding: 6px 30px;

}

ul.order-confirmation {

    margin: 0px;

    padding: 0px;

}

ul.order-confirmation>li {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    list-style: none;

    border-bottom: solid 1px #e0e0e0;

    padding: 15px 5px;

    font-weight: 300;

    font-size: 20px;

    text-align: left;

    color: #130f10;

    width: 100%;

}

ul.order-confirmation>li span {

    font-weight: 300;

    font-size: 17px;

    text-align: left;

    color: #130f10;

}

ul.order-confirmation>li span.order-label {

    width: 35%;

}

ul.order-confirmation>li span.order-sku {

    width: 15%;

}

ul.order-confirmation>li span.order-price {

    width: 15%;

}

ul.order-confirmation>li span.order-qty {

    width: 15%;

}

ul.order-confirmation>li:first-child span {

    text-align: left;

    font-size: 20px;

    text-align: left;

    color: #000;

    font-weight: 500;

}

ul.order-confirmation>li span.order-total {

    width: 20%;

    text-align: right;

}

ul.order-confirmation>li.noborder {

    border: none;

    padding: 5px;

}

ul.order-confirmation li.order-grand-total {



    border-bottom: none;

    border-top: solid 1px #e0e0e0;

}

ul.order-confirmation li.order-grand-total span {

    color: #000;

    font-weight: 500;

}



.confirm-shipping {

    float: left;

    width: 100%;

    background: #fff;

    border: 1px solid #f0f0f0;

    padding: 15px 30px;

    margin-top: 20px;

}

.confirm-shipping .order-date {

    font-weight: 300;

    font-size: 18px;

    text-align: left;

    color: #130f10;

    margin: 15px 0px;

    display: block;

}

.confirm-shipping h3 {

    font-size: 20px;

    text-align: left;

    font-weight: 500;

    color: #130f10;

}

.confirm-shipping ul.shipping-details {

    margin: 0px;

    padding: 0px;

}

.confirm-shipping ul.shipping-details>li {

    display: flex;

    width: 100%;

    align-items: flex-start;

    justify-content: flex-start;

}

.confirm-shipping ul.shipping-details>li span {

    width: 25%;

    padding-right: 10px;

    text-align: left;

    font-size: 15px;

    text-align: left;

    line-height: normal;

    padding-bottom: 15px;

}

.confirm-shipping ul.shipping-details>li:first-child span {

    text-decoration: underline;

    font-size: 16px;

    color: #130f10;

}

#eshop-main-container {

    position: relative;

    top: 50px;

}

#eshop-main-container #update-cart {

    position: absolute;

    right: 130px;

    bottom: 0px;

    margin-right: 50px;

}

#eshop-main-container .btn-primary:hover {
    background: #707070;
}

.item_checkout .eshop-container {

    padding: 0px 0px 30px;

}

.item_checkout .eshop-container>h3 {

    display: none;

}

#adminForm .list b {

    color: #464646;

    font-weight: 600 !important;

}

.item_checkout section h4 {

    font-weight: 500;

    font-size: 20px;

    text-align: left;

    color: #130f10;

    margin: 0px 0px 20px;



}

#shipping-address .checkout-content>.radio,
#payment-address .checkout-content>.radio {

    float: left;

}

.item_checkout .form-horizontal {

    float: left;

    width: 100%;

    clear: both;

}

div#payment-method .row>div {

    padding-top: 12px;

}

section .pagination {

    display: flex;

    align-items: center;

    justify-content: center;

}

ul.pagination-list {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0px;

    padding: 0px;

}

ul.pagination-list>li {

    list-style: none;

    margin: 0px 5px;

}

ul.pagination-list>li a {

    display: flex;

    padding: 0px;

    min-width: 30px;

    min-height: 30px;

    text-align: center;

    justify-content: center;

    border-radius: 30px;

    border: solid 1px #fff;

}

ul.pagination-list>li.active a {

    background: #f7f7f7;

    font-weight: 600;

    color: #000;

    border-color: #cdcdcd;

}

ul.pagination-list>li:first-child a,

ul.pagination-list>li:nth-child(2) a,

ul.pagination-list>li a[title="Next"],

ul.pagination-list>li a[title="End"] {

    margin: 0px 2px;

    border: solid 1px #ccc;

    font-size: 15px;

    padding: 0px 10px;

    height: 30px;

    display: inline-block;

}

.pagination nav {

    border: none;

    height: auto;

    position: relative;

}

/* -------- WiShlist Starts -------- */



.for-items {
    color: #808285;
    font-size: 12px;
    text-transform: capitalize;
    padding-left: 10px;
    position: relative;
    top: -5px;
    letter-spacing: .5px;
}

.wishlist h4 {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.wishlist p {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
}

.wishlist .card {
    padding-bottom: 50px;
}

.wishlist .card img {
    height: 305px;
}

.wishlist .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
}

.wishlist .btn {
    font-weight: 600;
    font-size: 15px;
    background: #000;
    border-radius: 0px;
    border: none;
    padding: 15px 15px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s ease;
}

.wishlist .btn:hover {
    background: #707070;
    color: #fff;
}

.remove {
    display: block;
    text-align: center;
    color: #808285;
    padding-top: 30px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
}

.remove span {
    border-bottom: 1px solid #808285;
    padding: 5px 0;
}

.wishlist {
    padding-top: 15px;
}

.wishlist1 {
    padding-top: 0px;
    display: inline-block;
    width: 100%;
}

.wishlist1 .btn {
    margin-top: 25px;
}

.add-wishlist {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    top: 0px;
    padding-left: 35px;
    color: #818286;
    text-decoration: underline;
}

.wishlist-icon {
    padding-right: 8px;
    display: inline-block;
    font-size: inherit !important;
}


@media only screen and (min-width: 767px) and (max-width: 991px) {

    .wishlist-shop .product-thumb-info-image {
        height: inherit !important;
        margin: 0px 0px 15px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .wishlist .card img {
        height: inherit;
    }

}



@media only screen and (max-width: 575px) {
    .add-wishlist {
        display: block;
        padding-left: 0;
        padding-top: 20px;
    }

}

/* -------- WiShlist Ends -------- */


/*@media*/



@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1440px) {

    .eshop-filter .panel-collapse {

        left: auto;

        right: 0px !important;

    }

    .icon-nav .eshop-content {

        left: auto;

        right: -60px !important;

    }

}

@media only screen and (max-width: 1024px) {


    section.banner .banner-desc {

        padding-left: 40px;

    }

    section.banner figure {

        display: flex;

        align-items: center;

    }

    section.banner .banner-desc h2 {

        font-size: 30px;

    }

    footer .copyright {

        margin-top: 30px;

    }

    .eshop-filter .panel-collapse {

        left: auto;

        right: 0px !important;

    }

    .product-info .no_margin_left {

        display: flex;

    }

    .addtocart a {

        font-size: 18px;

        padding-right: 15px;

    }

    .addtocart a::before {

        left: 12px;

    }

    ::before,
    ::after {



        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;



    }

    ::selection {



        color: #FFFFFF;

        background: #28324d;



    }

    ::selection,
    ::-webkit-selection {



        color: #FFFFFF;

        background: #28324d;



    }

    .product-detals-wrap #myTabContent {

        /*background: #F5F5F5;*/

        /* padding: 10px 30px;*/

        padding: 0;

    }

    /*
    .swiper-container.product-thumbs {

        display: none !important;

    }*/

}

@media only screen and (max-width: 1023px) {

    .zoomWrapperImage,
    .zoomPup,
    .zoomPreload,
    .zoomWindow {
        display: none !important;
    }

}

@media only screen and (max-width: 991px) {
    .amara-video {
        width: 100%;
    }

    .swiper-container.product-thumbs {
        display: block !important;
    }

    .zoomWrapperImage,
    .zoomPup,
    .zoomPreload,
    .zoomWindow {
        display: none !important;
    }

    .product-detals-list>li {
        width: 100%;
        line-height: 22px;
    }
}

@media only screen and (max-width: 770px) {

    footer .col-sm-12 {

        margin-bottom: 20px;

    }

    #eshop-main-container .checkout-content {

        padding: 16px !important;

    }

    .swiper-container.product-thumbs {
        display: block !important;
    }

    .zoomWrapperImage,
    .zoomPup,
    .zoomWindow {
        display: none !important;
    }

    section.banner figure {

        height: auto;

        padding: 20px;

    }

    section.banner figure .banner-desc {

        padding: 20px;



    }

    nav ul.primary-nav>li a {

        padding: 0px 10px
    }



    nav .col-md-4 {

        height: auto;

        min-height: 0px;

    }

    section.banner {

        margin: 20px 0px;

    }

    .product-detals-list>li {

        margin: 8px 0px;

        flex-wrap: wrap;

        width: 100%;

        line-height: 1.5;

        float: left;

    }

    .product-detals-list>li span {

        padding: 0px;

    }

    .product-slider {

        flex-wrap: wrap;

        display: block;

        position: relative;

    }

    .product-slider .product-thumbs {

        width: 100% !important;

        display: flex;

        order: 2;

    }

    .product-slider .product-thumbs .swiper-wrapper {

        flex-wrap: nowrap;

        display: flex !important;

        position: absolute;
        bottom: 0px;
        z-index: 1;
        background: #fff;
        width: 100%;
        padding: 10px 0 0;


    }

    .product-slider .product-thumbs .swiper-slide {

        /* width: auto !important;*/

        width: 20% !important;

        height: 150px !important;

        position: relative;

        padding: 10px 0px;

        float: left;
        height: 100px !important;

    }

    .zoomPreload {
        display: none;
    }

    .product-detals-wrap ul#myTab {

        /* display: flex;*/

        display: none;

    }

    .product-detals-wrap ul#myTab>li {

        margin: 0px 10px;

    }

    .product-info .nav-tabs>li {

        width: auto !important;

    }

    .product-detals-wrap #myTabContent {

        /* padding: 10px 15px;*/

        padding: 0;

    }

    footer {

        text-align: center;

    }

    footer .btn-subscribe {

        margin: auto;

        float: none;

    }

    ul.cart-item-list>li {

        padding: 8px 10px;

        position: relative;

    }

    .cart-item-list .pr-price {

        display: none;

    }

    .cart-item-list .pr-stepper {

        display: block;

    }

    .cart-info.shoping-cart .eshop-quantity {

        width: 34px;

        align-items: center;

        justify-content: center;

        height: 34px;

        display: flex;

    }

    .cart-info.shoping-cart .eshop-quantity input {

        background: none;

    }

    .cart-item-list .pr-trash {

        position: absolute;

        right: 0px;

        top: -4px;

        transform: scale(0.5);

        width: 20px;

    }

    .cart-item-list .pr-thumb {

        width: 70% !important;

    }

    .cart-item-list .pr-total {

        width: 30% !important;

    }

    ul.cart-item-list>li.pr-header span {

        font-size: 16px;

    }

    ul.cart-item-list>li span {

        font-size: 14px;

        padding: 6px 15px 6px 0px;

        line-height: normal;

    }

    .checkout-content {

        padding: 16px;

    }

    #eshop-main-container .checkout-content {

        padding: 0;

    }

    .eshop-filter .panel-collapse {

        left: 0px;

        right: auto !important;

    }

    .eshop-filter.panel-primary {

        min-width: 40%;

        padding-bottom: 10px;

    }

}

@media only screen and (max-width: 600px) {

    .amara-video {
        width: 100%;
        height: auto;
    }

    .search-close {
        position: absolute;
        width: 45px;
        height: 49px;
        background: url(../images/home/close.svg) #ffffff no-repeat center 8px / 30px !important;
        top: 0;
        z-index: 10;
        right: -44px;
        border-bottom: solid 1px #333;
        cursor: pointer;
        border-left: 1px solid #e0e0e0;
    }

    .swiper-container.product-thumbs {
        display: block !important;
    }

    .product-slider .product-thumbs .swiper-slide {
        padding: 0 8px;
        height: 130px !important;
        width: 100% !important;
        width: 20% !important;
    }

    .product-slider .product-thumbs .swiper-slide a {
        display: block;
        padding: 2px 8px;
    }

    .product-slider .product-thumbs a.zoomThumbActive:after {
        bottom: 5px;
    }

    .product-slider {
        position: relative;
        display: flex;
        /* margin-top: 10px;*/
    }

    .product-slider .product-thumbs .swiper-wrapper {
        position: absolute;
        bottom: -70px;
        z-index: 1;
        background: #fff;
        width: 100%;
        padding: 10px 0 0;
    }

    .zoomWrapperImage,
    .zoomPup,
    .zoomPreload,
    .zoomWindow {
        display: none !important;
    }

    .image-additional12 .swiper-wrapper {
        bottom: 5px !important;
    }

    .product-detals-wrap {
        margin-top: 25px;
    }

    .singleimage .product-thumbs {
        display: none !important;
    }

    .xzoom-thumbs {
        padding-top: 10px;
        position: relative;
    }

    .xzoom-container {
        padding-top: 30px;
    }

    .xzoom-container .image {
        width: 100%;
        height: 400px;
    }

    .xzoom {
        box-shadow: none;
        width: inherit;
        max-width: 100%;
        max-height: 400px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

    .xzoom-thumbs a {
        display: inline-block;
        padding: 6px 6px 0 0px;
        max-height: 85px;
        height: 85px;
    }

    .xzoom-gallery {
        margin-bottom: 0;
    }

    .zoomThumbActive {
        margin-bottom: 25px !important;
    }

    .xzoom-thumbs a img {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        padding-bottom: 15px;
        padding-right: 5px;
    }

    .xzoom-thumbs {
        position: relative;
        margin-bottom: 0;
    }

    aside.mycartwrp-aside {
        top: 54px;
        box-shadow: none;
    }

    #product-image-zoom0 .image img {
        width: 100%;
        padding-bottom: 120px;
    }


    ul.pagination-list {

        flex-wrap: wrap;

    }

    .nav-wrap ul.primary-nav>li {

        border: none;

        border-bottom: solid 1px rgba(255, 255, 255, 0.5);

        width: 100%;

    }

    .nav-wrap ul.primary-nav>li:before {

        content: none;

    }

    .nav-wrap ul.primary-nav>li a {

        display: block;

        line-height: 100%;

        padding: 10px 0;

        color: #fff;

    }

    .product-detals-list>li span.label {

        width: 130px;

    }

    nav .col-md-4 {

        position: relative;

    }


    nav .search-wrapper.active {

        /*width: calc(100vw - 25px);*/

        width: calc(75vw - 25px);

        opacity: 1;

        pointer-events: auto;

        position: absolute;

        background: white !important;

        /*right: -82px;*/

        right: 12px;

        z-index: 8;

        top: 50px;

        margin: auto;

    }

    nav .search-wrapper input {

        padding: 10px;

    }

    nav .search-wrapper input[type="submit"] {

        right: 10px;

        top: 10px;

    }

    #eshop-main-container .btn-primary {
        width: 100%;
    }

    #eshop-main-container #update-cart {
        position: relative;
        right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .innerpage {
        margin-top: 75px;
    }

    .eshop-filter.panel-primary {

        padding-bottom: 0px;

        padding-top: 5px;



    }

    .eshop-filter>a {
        border-bottom: solid 1px #e4e4e4 !important;

    }

    .eshop-filter>a:last-child {
        border-bottom: solid 1px #e4e4e4 !important;

    }

    #eshop-filter-option-1-container a {
        border-bottom: none !important;
        margin-bottom: 20px;
    }

    footer input {

        width: 75% !important;

    }

    footer .btn-subscribe {

        padding-top: 30px;

    }

    ul.selected-tag>li {

        padding-bottom: 8px;

    }

    #eshop-main-container {

        top: 0;

    }

    .home-testimonilas {

        padding: 2.5rem 2rem 0.1rem !important;
    }

    .home-trade-solution .right:nth-child(2) {

        margin-bottom: 15px;

    }

    .eshop-filter.panel-primary {

        min-width: 100%;
        margin-left: 0 !important;

    }

    .eshop-filter .panel-collapse {

        min-width: 100%;

    }

    #eshop_result.current_list {

        display: block;

    }

    .eshop_products_filter_ {
        float: none;

    }

    .contact-address,
    .accordion-inner {

        text-align: center;

    }

    .checkout-content .btn-primary {
        min-width: 140px;
    }

    .controls .btn-primary,
    .eshop-container>a.btn-primary,
    #colorbox .btn-primary,
    .checkout-content .btn-primary {
        font-size: 16px;
    }

    #eshop_result {

        background-color: #ffffff;

        width: calc(74vw - 20px) !important;

        position: absolute;

        z-index: 9999;

        top: 100px !important;

        right: 12px !important;

        left: auto !important;

    }

    .prodect-info {

        margin-top: 0px;

    }

    .confirm-cart {

        padding: 6px 0px;

    }

    ul.order-confirmation>li:first-child span,
    ul.order-confirmation>li span {

        font-size: 14px;

    }

    aside.mycartwrp-aside .backdrop:after {

        right: -350px;

    }


    .inner-img {

        width: 100%;

    }

    nav .col-md-4 {

        margin-top: 5px;

        margin-bottom: 5px;

    }



    nav ul.icon-nav>li {

        border-right: none !important;
        padding: 0 !important;

    }

    .nav-child {

        background: none !important;

    }

    .nav-wrap ul.primary-nav>li.d-lg-none img {

        display: none;

    }

    .home-banner a {
        margin-top: 0px;
        margin-bottom: 15px;
    }

}

ul.recoovery-option li {

    list-style-type: none !important;

    flex-basis: 100%;

    font-size: 14px !important;

}

.personal-info li {

    list-style-type: none !important;

}

.remember-me-checkbox {

    display: inline;

    position: relative;

    left: 5px;

    top: 3px;

}

.remember-me-text {

    display: inline;

    font-size: 14px !important;

}

.account-form .controls input[type="text"],
input[type="password"],
.add-address-form .controls input[type="text"],
input[type="password"],
select,

.login-form .controls input[type="text"],
input[type="password"] {

    width: 100%;

}

.common-btn {

    font-weight: 600;

    font-size: 15px;

    background: #000;

    border-radius: 0px;

    border: none;

    padding: 0px 20px;

    /*height: auto;*/

    transition: all 0.3s ease;

    color: #fff;

    text-transform: uppercase;

    font-family: 'Raleway', sans-serif;

    height: 55px !important;


}

.common-btn:hover,
.common-btn:focus,
.common-btn:active {

    border: none !important;

    box-shadow: none !important;

    outline: none !important;

    background: #707070;

    color: #fff;

}

.address-section-tr {

    display: flex;

}

.address-section-tr .left {

    padding: 7px 10px !important;

}

.ml-10 {

    margin-left: 10px;

}

/*Added By TXMI111*/

.banner-none {

    float: left;

    width: 100%;

}

.disabled {
    opacity: 0.3;
}

.hide {
    display: none !important;
}

#user_login_cust .controls input[type="text"],
.checkout-content .controls input[type="text"],
#contact-form .controls input[type="text"],
#contact-form .controls input[type="email"] {

    width: 100%;

    height: 45px !important;

}

.warning {

    background: url("/components/com_eshop/themes/trix/images/warning.png") no-repeat scroll 10px center #FFD1D1;

    border: 1px solid #F8ACAC;

    border-radius: 5px 5px 5px 5px;

}

.success {

    background: url("/components/com_eshop/themes/trix/images/success.png") no-repeat scroll 10px center #EAF7D9;

    border: 1px solid #BBDF8D;

    border-radius: 5px 5px 5px 5px;

    font-family: 'Raleway', sans-serif;

}

.success,
.warning,
.attention,
.information {

    border-radius: 5px 5px 5px 5px;

    color: #555555;

    margin-bottom: 15px;

    padding: 10px 10px 10px 33px;

}

.alert {
    padding: 0px;
}

.alert .close {
    display: none;
}

.invalid {

    border-color: red !important;

}

/* txmi116 styling */

.collapse:not(.show) {

    display: block;

}

#slide-contact .accordion-group {

    width: 50%;

    float: left;
}

#slide-contact .accordion-group .accordion-heading {

    display: none;

}

#slide-contact .accordion-body {

    padding: 1rem 1.25rem 1rem 0;

}

#contact-form legend {

    margin-bottom: 0;

    font-family: "Raleway", sans-serif;

    text-transform: uppercase;

}

.contact-street,
.contact-country,
.contact-telephone,
.contact-webpage,
.contact-fax {

    font-size: 16px;

    font-family: "Raleway", sans-serif;

}

@media (max-width: 768px) {
    /*-----------*/

}

@media (min-width:768px) and (max-width:1365px) {
    .products-list_inner .pitems {
        width: 25%;
    }
}

/* -----------------------*/
@media (max-width: 767px) {

    #products-list_inner .pitems {
        width: 100% !important;
    }

    .dwd-tear {
        margin-top: 0 !important;
    }

    .related_products .name {
        text-align: center;
        padding-bottom: 30px;
    }

    .related_products .col-md-12 .col-md-9 .name .addtocart {
        width: inherit;
    }

    .related_products .col-md-12 .col-md-9 .name .addtocart a {
        width: 70% !important;
        margin: 0 auto;
    }

    .eshop-container .image .related-product-image img {
        margin: 0 auto;
        display: block;
    }

    .xzoom-thumbs a {
        display: inline-block;
        max-height: 85px;
        height: 85px;
    }

    .xzoom-thumbs a img {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        padding-bottom: 15px;
        padding-right: 5px;
    }

    .xzoom {
        box-shadow: none;
        width: inherit;
        max-width: 100%;
        max-height: 400px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .xzoom-container .image {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
    }

    .xzoom-thumbs {
        padding-top: 20px;
        position: relative;
    }

    .nav-wrap ul.primary-nav>li {
        border: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.5);
        width: 100%;
    }

    .nav-wrap ul.primary-nav>li a {
        display: block;
        line-height: 100%;
        padding: 10px 0;
        color: #fff;
    }

    .nav-wrap ul.primary-nav>li.d-lg-none img {
        display: none;
    }

    .nav-child {
        background: none !important;
    }

    .search-close {
        position: absolute;
        width: 45px;
        height: 49px;
        background: url(../images/home/close.svg) #ffffff no-repeat center 8px / 30px !important;
        top: 0;
        z-index: 10;
        right: -44px;
        border-bottom: solid 1px #333;
        cursor: pointer;
        border-left: 1px solid #e0e0e0;
    }



    #slide-contact .accordion-group {

        width: 100%;

    }

    #slide-contact .accordion-body {

        padding: 1rem 0;

    }

    /* Menu */

    #mobmenu_lnk {

        position: absolute;

        right: 15px;

        z-index: 99;

        width: 30px;

        height: 34px;

        background: url(../images/home/menu.svg) no-repeat center left;

        transition: all 0.3s ease;


    }

    .nav-wrap-active {

        background: url(../images/home/close.svg) no-repeat left -3px / 30px !important;

    }

    .nav-child li ul li:after {

        background: url(../images/nav-right-arrow.png) no-repeat center !important;

        top: 6px !important;

    }

    #mobmenu_lnk ul.primary-nav>li {

        border: none;

        border-bottom: solid 1px rgba(255, 255, 255, 0.5);

        width: 100%;

    }

    #mobmenu_lnk ul.primary-nav>li:before {

        content: none;

    }

    #mobmenu_lnk ul.primary-nav>li a {

        display: block;

        line-height: 100%;

        padding: 10px 0;

        color: #fff;

    }

    nav .col-md-4 {

        position: relative;

    }


    nav .search-wrapper.active {

        /*width: calc(100vw - 25px);*/

        width: calc(75vw - -5px);

        opacity: 1;

        pointer-events: auto;

        position: absolute;

        background: white !important;

        right: 12px;

        z-index: 8;

        top: 50px;

        margin: auto;

    }

    nav .search-wrapper input {

        padding: 10px;

    }

    nav .search-wrapper input[type="submit"] {

        right: 10px;

        top: 12px;

    }

    nav .col-md-4 ul.icon-nav {

        float: right;

        width: 10% !important;

        position: absolute;

        right: 13%;

        top: -32px;
    }

    nav ul.icon-nav>li {

        border-right: none !important;

        padding: 0 !important;

    }

    .eshop-filter>a {

        padding: 10px 20px 10px 0px;

    }

    .nav-header {

        color: #fff;

    }

    .nav-child li ul:after {

        top: 6px;

    }

}

/**** Jijith ****/



.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.primary-btn {
    text-transform: uppercase;
    position: relative;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    letter-spacing: 0.1rem;
    cursor: pointer;
}

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

.content-section {
    background-color: #FFF;
    padding: 100px 0px;
}

.primary-btn {
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    -moz-transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    -o-transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.primary-btn .text {
    position: relative;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    transition: all 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    z-index: 1;
}

.primary-btn::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #000;
    bottom: -2px;
    left: 0px;
    right: 0px;
    transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
    transform-origin: left;
}

.primary-btn.white .text {
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
    transition: all 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.primary-btn.white .line,
.primary-btn.white::after {
    background: #fff;
}

.primary-btn:hover .text {
    color: #896450;
}

.primary-btn .line {
    position: absolute;
    background: #896450;
}

.primary-btn .line.left,
.primary-btn .line.right {
    width: 2px;
    bottom: -2px;
    top: -2px;
    transform: scale3d(1, 0, 1);
}

.primary-btn .line.bottom,
.primary-btn .line.top {
    height: 2px;
    left: -2px;
    right: -2px;
    transform: scale3d(0, 1, 1);
}

.primary-btn .line.right {
    right: -2px;
    -webkit-transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    -moz-transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    -o-transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    transform-origin: top;
}

.primary-btn .line.top {
    top: -2px;
    -webkit-transition: transform 80ms linear 0.43s;
    -moz-transition: transform 80ms linear 0.43s;
    -o-transition: transform 80ms linear 0.43s;
    transition: transform 80ms linear 0.43s;
    transform-origin: left;
}

.primary-btn .line.left {
    left: -2px;
    -webkit-transition: transform 80ms linear 0.51s;
    -moz-transition: transform 80ms linear 0.51s;
    -o-transition: transform 80ms linear 0.51s;
    transition: transform 80ms linear 0.51s;
    transform-origin: bottom;
}

.primary-btn .line.bottom {
    bottom: -2px;
    -webkit-transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0s;
    -moz-transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0s;
    -o-transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0s;
    transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0s;
    transform-origin: right;
}

.primary-btn:active::after,
.primary-btn:hover::after {
    right: -2px;
    left: -2px;
    transform: scale3d(0, 1, 1);
    transform-origin: right;
    transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}

.primary-btn:active .line,
.primary-btn:hover .line {
    transform: scale3d(1, 1, 1);
}

.primary-btn:active .line.right,
.primary-btn:hover .line.right {
    -webkit-transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
    -moz-transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
    -o-transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
    transform-origin: bottom;
}

.primary-btn:active .line.top,
.primary-btn:hover .line.top {
    -webkit-transition: transform 80ms linear 0.4s;
    -moz-transition: transform 80ms linear 0.4s;
    -o-transition: transform 80ms linear 0.4s;
    transition: transform 80ms linear 0.4s;
    transform-origin: right;
}

.primary-btn:active .line.left,
.primary-btn:hover .line.left {
    -webkit-transition: transform 80ms linear 0.48s;
    -moz-transition: transform 80ms linear 0.48s;
    -o-transition: transform 80ms linear 0.48s;
    transition: transform 80ms linear 0.48s;
    transform-origin: top;
}

.primary-btn:active .line.bottom,
.primary-btn:hover .line.bottom {
    -webkit-transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
    -moz-transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
    -o-transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
    transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
    transform-origin: left;
}

.header .container {
    position: relative;
    z-index: 9;
}

.header .top-logo a {
    width: 120px;
    height: 150px;
}

.header .top-logo a img {
    object-fit: cover;
}

footer {
    background: #f6f3ec;
    float: left;
    width: 100%;
}

footer h4 {
    color: #808285;
    font-size: 0.7rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

footer a {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

footer .stay-connected a {
    float: left;
    margin-right: 20px;
}

footer .stay-connected a li {
    margin-right: 0;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    font-family: "Raleway", sans-serif;
}

footer ul li a {
    font-size: 0.6rem;
    letter-spacing: 0.1rem;
}

footer ul li:hover a {
    color: #896450;
}

.copyright {
    font-size: 0.7rem;
    color: #808285;
    font-family: "Raleway", sans-serif;
}

.copyright a {
    color: #808285;
    font-weight: 400;
}



.home-banner {
    /* background: url(/images/home/home-banner.jpg) no-repeat center/cover; */
    width: 100%;
    color: #fff;
    position: relative;
    margin-top: -60px;
}

.home-video {
    margin-top: -20px;
}

.home-banner h1 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    line-height: .8;
    display: inline-block;
    position: relative;
    font-size: 44px;
    font-family: GT, serif;
}

.home-banner h1:first-child::after {
    content: "";
    width: 2px;
    position: absolute;
    right: 0;
    height: 125%;
    background: #dbc6b8;
    top: -6px;
    margin: auto;
}

.home-banner h1:first-child {
    padding-right: 18px;
    margin-right: 15px;
}

.home-banner a {
    color: #fff;
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: right;
    font-family: GT, serif;
}

.home-banner a:after {
    background-color: #fff;
}

.home-banner .content {
    font-family: 'Playfair Display', serif;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: rgb(0 0 0 / 22%);
    padding: 28px 25px 10px 25px;
}

.home-banner .content p:first-child {
    display: none;
}

.home-banner .primary-btn:hover .text {
    color: #fff;
}

.home-banner .primary-btn .line {
    background: #fff;
}

.home-collections .colum img {
    transition: all 0.5s ease 0s;
}

.home-collections .colum:hover img {
    transform: scale(0.97);
}

.home-collections .content {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 65px;
}

.home-collections h5 {
    font-family: "Raleway", sans-serif;
    color: #fff;
    letter-spacing: 0.2rem;
    font-weight: 400;
    line-height: 1.4;
}

.home-collections .primary-btn {
    font-size: 0.6rem;
    color: #fff;
    margin-top: 3px;
}

.home-collections .primary-btn:after {
    background-color: #fff;
}

.home-collections .primary-btn:hover .text {
    color: #fff;
}

.home-collections .primary-btn .line {
    background: #fff;
}

.home-trade-solution .right {
    background: #f6f3ec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-trade-solution .right h5 {
    letter-spacing: 0.15rem;
}

.home-trade-solution .right a {
    font-size: 0.6rem;
    color: #000;
}

.home-trade-solution .primary-btn .line {
    background: #896450;
}

.home-testimonilas {
    background: #f6f3ec;
}

.home-testimonilas p {
    /*font-family: "Raleway", sans-serif;*/
    line-height: 1.8;
}

.home-testimonilas .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #896450;
}

.home-new-arrivals p {
    font-family: "Raleway", sans-serif;
    font-size: 0.6rem;
}

.home-new-arrivals .col {
    padding-right: 10px;
}

.home-new-arrivals .primary-btn {
    font-size: 0.6rem;
    color: #000;
}


/*
html {
    overflow-x: hidden;
}*/

body {
    font-family: "Sorts Mill Goudy", serif;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 0.9rem;
    background: #fff;
    overflow-x: hidden;
}

.head-font {
    font-family: "Raleway", sans-serif;
}

.heading {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.2rem;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-bottom: solid 1px #e4e4e4;

}

ul.nav-child {
    display: none;
}

.icon-nav .icon-search {
    font-size: 25px;
}

.icon-nav .icon-cart {
    font-size: 31px;
}

.icon-nav .icon-user {
    font-size: 29px;
}


.home-banner .content span {
    position: relative;
    border-right: 1px solid #dbc6b8;
    padding-right: 15px;
    margin-right: 20px;
}


@media (min-width: 768px) and (max-width:1023px) {}

@media (min-width: 1024px) {
    #eshop_products_filter_form {
        background: #ffffff;
        position: fixed;
        right: 0;
        z-index: 1;
        top: 59px;
        padding: 20px 15px 15px;
        width: 100%;
    }


    footer {
        padding: 6rem 0;
        margin-top: 3rem;
    }

    footer ul li {
        padding-top: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    footer {
        padding: 2rem 0;
        margin-top: 3rem;
    }
}




@media (min-width: 576px) and (max-width: 767px) {
    .home-collections .content {
        bottom: 15px;
    }

    .home-collections h5 {
        font-size: 14px;
    }

}

@media (max-width: 770px) {
    #product-image-zoom0 .image img {
        padding-bottom: 120px;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 2rem 0 0;
        margin-top: 2rem;
    }
}





@media (min-width: 1024px) {

    .zoomPup {
        border: 4px solid #888;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
        cursor: crosshair;
        background: none;
        border-width: 3px !important;
        z-index: 9;
    }

    .zoomWindow {
        left: 360px !important;
        border: 1px solid #888;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
        z-index: 9 !important;
    }

    .zoomWrapper {
        border: none;
    }

    .zoomPreload {
        display: none;
    }

    /* ------------------------*/


    .home-testimonilas {
        padding: 7rem 0 4rem;
    }

    nav .col-md-4 {
        justify-content: flex-end;
        display: flex;
    }

    .icon-nav li {
        float: left;
        margin: 18px 0 0 50px;
    }

    nav .logo {
        margin-top: 10px;
    }

    nav .nav-wrap {
        margin-top: 15px;
    }
}



@media (min-width: 768px) {
    .home-new-arrivals .col:last-child {
        padding-right: 0;
    }

    .home-banner .content {
        width: 497px;
        height: 120px;
    }

    .nav-child {
        position: absolute;
    }

    .home-banner .content .primary-btn {
        margin-top: 0px;
    }

    .copyright span {
        position: relative;
        padding-left: 10px;
    }

    .copyright span::before {
        content: "";
        height: 96%;
        width: 1px;
        background: #888a8d;
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width: 1023px) {
    .home-trade-solution .right {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .single_zoomthumb {
        height: 0 !important;
        border-bottom: none !important;
        padding-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .single_zoomthumb img {
        display: none !important;
    }

    .panel-collapse .panel-body>ul>li {
        padding: 12px 10px !important;
    }

    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    .item-137 ul.nav-child {
        display: none !important;
    }

    .item-137:hover ul.nav-child {
        display: block !important;
    }

    .item-137 .nav-header {
        background: url(../images/nav-arrow.png) no-repeat right !important;
        display: block;
        margin: 8px 0;
    }

    .item-138 ul.nav-child {
        display: none !important;
    }

    .item-138:hover ul.nav-child {
        display: block !important;
    }

    .item-138 .nav-header {
        background: url(../images/nav-arrow.png) no-repeat right !important;
        display: block;
        margin: 8px 0;
    }

    .item-139 ul.nav-child {
        display: none !important;
    }

    .item-139:hover ul.nav-child {
        display: block !important;
    }

    .item-139 .nav-header {
        background: url(../images/nav-arrow.png) no-repeat right !important;
        display: block;
        margin: 8px 0;
    }

    .item-140 ul.nav-child {
        display: none !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .item-140:hover ul.nav-child {
        display: block !important;
    }

    .item-140 .nav-header {
        background: url(../images/nav-arrow.png) no-repeat right !important;
        display: block;
        margin: 8px 0;
    }

    nav ul.primary-nav>li:hover .nav-child {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .nav-child li ul li:last-child {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /*-----------------*/
    /* menu */
    /*    .item-120, .item-142, .item-143, .item-144, .item-121, .item-146, .item-147, .item-148, .item-122, .item-149, .item-150, .item-123, .item-151, .item-152{
display: none;
}*/
    .amara-icons {
        margin-top: 0px !important;
    }

    .registration.checkout-content {
        position: relative !important;
        top: 20px !important;
        margin-bottom: 50px !important;
    }

    .home-testimonilas {
        padding: 1.5rem 2rem 0.1rem;
    }

    .home-new-arrivals .col {
        flex: 0 0 50%;
    }

    .home-banner h1 {
        font-size: 1.4rem;
    }

    .home-banner .content {
        width: 296px;
        height: 94px;
    }

    .home-banner a {
        font-size: 15px;
    }


    .amara-video {
        width: 100%;
    }

    nav h1 img {
        width: 150px;
    }

    nav {
        height: auto;
        padding-top: 12px;
        padding-bottom: 5px;
    }

    nav .col-md-4 {


        /*background: #333;*/
        padding: 0;
        margin-top: 0px;
        /*position: absolute;*/
    }

    nav ul.icon-nav>li {
        border-right: 1px solid #232222;
        text-align: center;
        padding: 12px 0 0px;
        flex: 1;
    }

    nav ul.icon-nav>li:last-child {
        display: none;
    }

    nav ul.icon-nav>li:nth-child(2) {
        display: none;
    }

    nav .col-md-4 ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        width: 50% !important;
    }

    .icon-nav [class^="icon-"] {
        color: #fff;
    }


    .nav-wrap ul.primary-nav {

        width: 100%;
        height: 100%;

        background: #3c3c3c;

        z-index: 9;

        position: fixed;

        right: 0px;

        top: 52px;

        display: none;

        overflow-y: auto;

        padding-bottom: 52px;

    }

    nav ul.primary-nav>li {
        padding: 10px 15px;
        color: #fff;
    }



    #eshop_result.current_list {
        display: block;
    }

    #eshop_result {
        width: calc(74vw - 20px) !important;
        right: 13px !important;
        top: 100px !important;
        display: block;
        max-height: 380px;
        overflow-y: scroll;

    }

    .nav-wrap ul.primary-nav>li.parent:after {

        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        right: 17px;
        top: 17px;
        background: url(../images/nav-arrow.png) no-repeat center !important;
    }


}

@media (max-width: 567px) {
    .submit-query input {
        width: 100%;
    }

    .submit-select {
        float: none !important;
        width: inherit !important;
        margin-top: 20px !important;
    }

    .submit-query select {
        width: 31.333%;
    }
}

@media (max-width: 480px) {

    .eshop-container .image .related-product-image img {
        margin: 0 auto;
        display: block;
    }

    .mycart .controls>*,
    .mycart .controls>.btn-primary {

        width: 100%;

    }

    .product-detals-wrap ul#myTab .nav-link {
        font-size: 15px;
    }

    .related_products .name {
        text-align: center;
    }

    .related_products .col-md-12 .col-md-9 .name .addtocart a {
        width: 70% !important;
        margin: 0 auto;
    }

    .related_products .col-md-12 .col-md-9 .name .addtocart {
        width: inherit;
    }

    #eshop-main-container .checkout-content {

        padding: 16px 8px !important;

    }

    .mycart .cart-total {
        padding: 22px;
    }

    .mycart .cart-total span {
        font-size: 14px;
    }

    .product-slider .product-thumbs .swiper-slide {
        height: 95px !important;

    }

    .left_top_pro_detailszoom {
        width: 100% !important;
    }

    .thumbsWrap_pro_details {
        padding: 20px 20px 10px;
    }

}

@media (max-width: 400px) {

    .product-slider .product-thumbs .swiper-slide {
        height: 70px !important;
    }

    .submit-query .controls .input-xlarge {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .submit-query select {
        width: 32.66% !important;
        padding: 6px 6px !important;
        margin: 0px 0px 0px 0px !important;
    }

    .submit-select {
        float: none !important;
        width: inherit !important;
        margin-top: 20px !important;
    }

    .submit-query {
        margin-bottom: 20px !important;
    }

    .submit-content .controls {
        margin-bottom: 20px !important;
    }

    .submit-select span {
        position: relative !important;
        display: inline-block;
    }

    #priceinq_notification {
        background-position: 17% !important;
        animation: inherit !important;
    }

    .product-detals-wrap {
        margin-top: 30px;
    }

    .submit-query input {
        width: 100%;
    }

    .related_products .name {
        text-align: center;
        padding-bottom: 30px;
    }

    .related_products .col-md-12 .col-md-9 .name .addtocart {
        margin: 0 auto;
    }

    .related_products .name h5 {
        padding-bottom: 10px;
    }

    .related_products .col-md-12 .col-md-9 .name .addtocart a {
        width: 70% !important;
        margin: 0 auto;
    }

    .product-detals-wrap ul#myTab .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .submit-query .controls .input-xlarge {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .submit-query select {
        width: 31%;
        padding: 6px 6px !important;
        margin: 0px 0px 0px 0px;
    }

    .submit-select {
        float: none !important;
        width: inherit !important;
    }

}


.nav-child {
    display: block;
    transition: all 0.3s ease 0s;
    opacity: 0;
    background: #fff;
    list-style: none;
    padding: 15px 20px;
}

.nav-child li {
    font-size: 11px;
}

nav ul.primary-nav>li:hover .nav-child {
    display: block;
    opacity: 1;
    width: 270px;
}

.nav-child li a:hover {
    color: #c6a390;
}

/* txmi116 styling */


.nav-child li ul {
    padding: 0;
    position: relative;
    display: block !important;

}

.nav-child li a {
    color: #000;
}

.nav-child li ul li:after {
    content: "";
    background: #fe0000;
    position: absolute;
    top: 4px;
    left: 8px;
    background: url(../images/right-arrow.png) no-repeat center;
    width: 10px;
    height: 15px;

}

.nav-child li ul li {
    padding-left: 25px;
    font-size: 10px;
}

nav ul.primary-nav>li:hover .nav-child li ul {
    width: inherit;
}

/* txmi116 styling */

/* Social Icon styling */
.footer-links {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 35px;
}

.footer-links li {
    background: url(../images/social_icons.png) no-repeat;
    cursor: pointer;
}

.footer-links li.facebook {
    background-position: -28px 0px
}

.footer-links li {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

.footer-links li.likedin {
    background-position: -119px 0px
}

.footer-links li.pinit {
    background-position: -147px 0
}

.footer-links li.yelp {
    background-position: -174px 0px;
}

.footer-links li.facebook:hover {
    background-position: -28px -24px
}

.footer-links li.likedin:hover {
    background-position: -119px -24px
}

.footer-links li.pinit:hover {
    background-position: -147px -24px
}

.footer-links li.yelp:hover {
    background-position: -174px -22px
}

.footer-links svg:hover {
    fill: #c6a390;
}

.btn-subscribe {
    font-size: 12px;
}

footer input {
    background: none;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    height: 45px;
    width: 100%;
}

.learning td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
    text-align: left;
}

.learning tr:nth-child(even) {
    background-color: #f6f3ec;
}

.error-page {
    text-align: center;
    padding: 10% 0;
}

.error-page h1 {
    font-size: 96px;
    font-family: "Raleway", sans-serif;
    font-weight: 300 !important;
    letter-spacing: 0.2rem;
}

.error-page {
    font-size: 20px;
}

.error-page strong {
    font-weight: 600;
    font-size: 24px;
}

.error-page .primary-btn {
    font-size: 14px;
}

#button-edit-address,
#button-back-address,
#button-continue-address,
#button-user-orderinfor,
.button-delete-address {

    width: 135px;

}

#button-back-user-infor,
#button-user-infor {
    width: 135px;
}

#update-cart {
    background: #707070 !important;
}

#eshop-price .panel-body {
    display: none;
}

#eshop-price {
    width: 300px;
    /* display: block !important;*/
    z-index: 1;
}

#ttip_priceupper {
    right: 0px;
}

#ttip_pricelower,
#ttip_priceupper {
    display: inline-block;
    position: absolute;
    bottom: -25px;
    font-family: "Raleway", sans-serif;
}

.noUi-target {
    border: none !important;
}

.noUi-background {
    background: #d7dcdf;
    box-shadow: none;
}

.noUi-connect {
    background: #000;
}

#eshop-loadding {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.ftr-container {

    max-width: 1200px;

}

.product-detals-wrap .tab-content {
    padding: 0px 0 15px;
}

/* 02-09-2021 */
.submit-query {
    margin-bottom: 25px;
}

.submit-query .controls .input-xlarge {
    width: 25%;
    /*display: block;*/
}

.submit-query label,
.submit-select label {
    display: block;
}

.submit-query select {
    width: 30%;
    padding: 6px 6px !important;
    margin: 0px 8px 0px 0px;
}

.submit-query select:last-child {
    margin: 0px 0px 0px 0px;
}

.submit-query-btn {
    margin-top: 25px;
}

.submit-price {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.2rem;
    font-size: 26px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.submit-sku {
    font-size: 14px;
    font-weight: 400;
    color: #141414;
    font-family: "Raleway", sans-serif;
    padding-bottom: 15px;
    display: block;
}

.submit-select {
    float: right;
    width: 50%;
    position: relative;
    margin-top: -32px;
}

.submit-select span {
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    font-family: "Raleway", sans-serif;
}

.submit-content {
    display: inline-block;
    width: 100%;
}

.submit-content input {
    width: 100%;
}

.submit-content .controls {
    margin-bottom: 25px;
}

#product-price .btn-primary {
    margin-top: 15px;
    width: 146px;
    line-height: 50px;
    font-size: 14px;
}

#priceinq_close {
    float: right;
    background: url(../images/home/close.svg) no-repeat left -3px / 30px !important;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
}

#priceinq_notification {
    margin-top: 30px;
    background-position: 28%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
    -webkit-animation: fadeinout 5s linear forwards;
    animation: fadeinout 5s linear forwards;
}

@keyframes fadeinout {

    0%,
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#priceinq_container textarea {
    font-family: "Raleway", sans-serif;
    font-size: 14px !important;
}

.wait img {
    display: block;
    position: relative;
    left: 38%;
    top: -10px;
}

.related_products .col-md-12 {
    border-bottom: solid 1px #e4e4e4;
    padding: 20px 0;
}

.related_products .col-md-12:last-child {
    border-bottom: 0px;
}

.related_products .col-md-12 .col-md-9 .name .addtocart {
    padding-left: 0;
    margin-top: 20px;
}

.related_products .col-md-12 .col-md-9 .name .addtocart a {
    width: 70%;
    font-weight: 600;
    font-size: 15px;
}

.related_products .name {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 40px;
}

.related_products .name .price {
    font-weight: 600;
    font-size: 20px;

}

.related_products .name h5 {
    padding-bottom: 20px;
}

.product-detals-wrap #myTabContent p {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
}

.img-credit {
    position: relative;
}

.img-credit .photo-credit {
    position: absolute;
    top: 4%;
    left: 1%;
    color: #fff;
}

.photo-credit:hover {
    text-decoration: underline;
}

.thumbsWrap_pro_details {
    position: relative;
    display: inline-block;
    /*  background: #f6f3ec; */
    padding-left: 15px;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    border-bottom: solid 1px #e4e4e4;
}

.thumbsWrap {
    width: 100%;
}

.prodThumbs_pro_details {
    width: 390px;
    margin: 4px 50px 0px 0px;
    float: right;
    text-align: left;
}

.prodThumbs_pro_details ul {
    padding: 0px 5px;
}

.prodThumbs_pro_details .more_views {
    float: right;
    font-size: 10px;
    padding: 0px 22px 3px 14px;
    display: none;
    text-align: left;
}

.inner_prodThumbs_pro_details {
    clear: both;
    float: right;
    position: relative;
    width: 100%;
}

.inner_prodThumbs_pro_details .products_thumbs {
    height: 54px;
}

.inner_prodThumbs_pro_details .products_thumbs ul {
    float: right;
}

.prodThumbs ul li {
    display: inline-block;
    border: 1px solid #ccc;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    margin-right: 3px;
}

.prodThumbs ul li.active {
    border: 1px solid #000;
}

.prodThumbs ul li img {
    margin: 1px;
    position: relative;
    top: 50%;
    transform: translateY(-52%);
}

.left_top_pro_detailszoom {
    float: left;
    width: 45%;
}

.left_top_pro_detailszoom h2 {
    font-size: 26px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 0px;
}

.imgWrap_pro_detail {
    position: relative;
    top: 0;

}

.prev-zoomL {
    height: 100vh;
    display: inline-block;
    width: 39px;
    position: absolute;
    left: 25px;
}

.prev-zoomL span {
    color: #000000;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-color: #ffffff99;
    width: 39px;
    height: 39px;
    background: #ffffff99 url(../images/left-arrow-next-svgrepo-com.svg) no-repeat left 5px / 28px !important;
}

.prev-zoomR {
    height: 80vh;
    display: inline-block;
    width: 39px;
    position: absolute;
    right: 25px;
}

.disable {
    cursor: none;
}

.disable span {
    opacity: .2;
    cursor: default;
}

.prev-zoomR span {
    color: #000000;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-color: #ffffff99;
    width: 39px;
    height: 39px;
    background: #ffffff99 url(../images/right-arrow-next-svgrepo-com.svg) no-repeat left 5px / 28px !important;
}

.inner_prodThumbs_pro_details .products_thumbs ul li a span {
    height: 50px;
    width: 50px;
}

#imgId {
    width: 318.118px;
    height: 507px;
    position: absolute;
    top: 10px;
    left: 50% !important;
    transform: translateX(-50%);
}

/*------------*/
.left_top_pro_detailszoom .offerprice {
    float: left;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    font-family: "Raleway", sans-serif;
    padding-right: 20px;
}

.font16 {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
}

.left_top_pro_detailszoom .exp {
    color: red;
    margin-left: 20px;
    margin-right: 20px;
    width: auto !important;
    float: left;
    font-family: "Raleway", sans-serif;
    display: none;
}

.left_top_pro_detailszoom .regularprice {
    font-size: 22px;
    padding: 6px 0px 0px 3px;
    color: #9a9a9a;
    position: relative;
    top: -5px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.left_top_pro_detailszoom .regularprice span {
    float: none;
    display: inline-block;
    font-size: 18px;
    margin-left: 3px;
}

.line-throgh {
    text-decoration: line-through;
}

/*#zoom_pop_prod_list{
    display: none !important;
}*/
#popupClose {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 99;
    width: 30px;
    height: 34px;
    transition: all 0.3s ease;
    background: url(../images/home/close.svg) no-repeat left -3px / 30px !important;
}

/**********STRAT POPUP.CSS*****************/
#backgroundPopup {
    display: none;
    position: fixed;
    _position: fixed;
    /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #b3b3b3;
    border: 1px solid #cecece;
    z-index: 9999;
    opacity: 0.9 !important;
    filter: Alpha(Opacity=90) !important;
}

.popupWraper {
    display: none;
    /*position:fixed !important;  
_position:fixed !important; /* hack for internet explorer 6*/
    z-index: 10000;
    font-size: 13px;
}

.popupWraper h1 {
    text-align: left;
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px dotted #D3D3D3;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

#popupContactClose {}

dt.error {
    color: #F00;
}

/Specify popup width and height here/ #popup_emailtofriend {
    height: 384px;
    width: 408px;
}

.left_top_pro_detailszoom .regularprice.cross {
    width: auto;
    background-position: left bottom;
    font-weight: bold;
}

.left_top_pro_detailszoom .regularprice span {
    float: none;
    display: inline-block;
    font-size: 18px;
    margin-left: 3px;
}

.left_top_pro_detailszoom .priceReal {
    padding: 4px 10px 0px 0px;
    color: #EC008C;
    font-size: 18px;
}

/*.left_top_pro_detailszoom .offerprice{ border:0px; padding:0px;}*/
.left_top_pro_detailszoom .offerprice .salePrice {
    width: auto;
    text-align: left;
    padding-top: 1px;
    color: #999;
}

.inner_prodThumbs_pro_details .products_thumbs {
    width: 94%;
    height: 54px;
}

.inner_prodThumbs_pro_details .products_thumbs ul {
    margin-left: 0px;
    float: right;
    position: relative !important;
}

.inner_prodThumbs_pro_details .products_thumbs ul li a {
    margin: 0px;
}

.inner_prodThumbs_pro_details .products_thumbs ul li a span {
    height: 50px;
    width: 50px;
}

.left_top_pro_detailszoom .regularprice {
    font-size: 18px;
    padding: 6px 0px 0px 3px;
}

.left_top_pro_detailszoom .priceReal .price {
    margin-right: 3px;
    width: auto;
}

.left_top_pro_detailszoom .regularPriceLabel {
    padding-top: 3px;
    color: #999;
}

.prev_inact {
    display: none;
}

.next_inact {
    display: none;
}

.download-tear {
    text-decoration: underline;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
}

.dwd-tear {
    width: 100%;
    float: left;
    /*margin-top:20px;*/
    margin-top: -13px;
}

.mt-50 {
    margin-top: 50px;
}

/* 08-06-2022 */
.registration legend {
    font-weight: 500;
    text-align: left;
    color: #130f10;
    margin: 0px 0px 20px;
}

.registration .required {
    font-weight: inherit;
}

.registration input {
    width: 100%;
}

.registration .error {
    color: #FF0000;
    position: relative;
    top: 3px;
}

.registration .invalid {
    border-color: red !important;
}

.registration.checkout-content {
    /*position: relative;top: 50px;*/
    border: none;
}

.registration.checkout-content .btn-primary {
    float: right;
}

.registration h6 .required {
    color: red !important;
    padding-right: 5px;
    padding-bottom: 10px;
}

.registration .required-feild {
    padding-bottom: 5px;
}

.login {
    padding-top: 50px;
}

/* 12-10-2022 */
.amara-icons {
    margin-top: -10px;
}

.amara-icons ul {
    padding-left: 0;
}

.amara-icons ul li .fa-3x {
    font-size: 20px;
}

.amara-icons ul li {
    display: inline;
}

.amara-icons ul li a {
    padding-right: 18px;
}

.amara-icons ul li a:hover {
    color: #c6a390;
}

.amara-icons h5 {
    text-decoration: underline;
    letter-spacing: .5px;
    color: #3c3c3c;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 0.9rem;
}

/* 18-10-2022 */
#priceinq_container {
    margin-bottom: 50px;
}

.shop_all_txt {
    font-size: 11px;
}

.shop_all_lnk {
    text-decoration: underline;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 10px;
}

/* Heart Starts */
/*
        [id='toggle-heart'] {
  position: absolute;
  left: -100vw;
}
[id='toggle-heart']:checked + label {
  color: #e2264d;
  will-change: font-size;
  animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}
[id='toggle-heart']:checked + label:before, [id='toggle-heart']:checked + label:after {
  animation: inherit;
  animation-timing-function: ease-out;
}
[id='toggle-heart']:checked + label:before {
  will-change: transform, border-width, border-color;
  animation-name: bubble;
}

[for='toggle-heart'] {
  align-self: center;
  position: relative;
  color: #808185;
  font-size: 24px;
  cursor: pointer;
}
[for='toggle-heart']:before, [for='toggle-heart']:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: '';
}
[for='toggle-heart']:before {
  box-sizing: border-box;
  margin: -2.25rem;
  border: solid 2.25rem #e2264d;
  width: 4.5rem;
  height: 4.5rem;
  transform: scale(0);
}
[for='toggle-heart']:after {
  margin: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;  
  }*/

/* Heart Ends */

.registration .form-check {
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-family: "Raleway", sans-serif;
}

.registration .form-check-input[type=radio] {
    width: 16px;
    height: 16px;
}

.registration .form-check-input:checked {
    background-color: #707070;
    border-color: #707070;
}

.registration .form-check-input:focus {
    box-shadow: none;
}

.registration .form-check-label {
    font-size: 14px;
}

.registration textarea {
    font-size: 14px !important;
    font-family: "Raleway", sans-serif;
}

#sample-products .related_products .col-md-12 .col-md-3 {
    width: 40%;
}

#sample-products .related_products .col-md-9 {
    width: 60%;
    padding-left: 20px;
}

#sample-products .related_products .col-md-12 .col-md-9 .name {
    padding-top: 0;
}

#sample-products .related_products .col-md-12 .col-md-3 .img-polaroid {
    padding-left: 0;
}






@media all and (max-width: 767px) {

    #sample-products .related_products .col-md-12 .col-md-3 {
        width: 100%;
    }

    #sample-products .related_products .col-md-12 .col-md-9 {
        width: 100%;
        padding-left: 15px;
        padding-top: 20px;
    }

    #sample-products .related_products .col-md-12 .col-md-9 .name {
        padding-top: 0;
    }

    #sample-products .related_products .col-md-12 .col-md-9 .name h5 {
        padding-bottom: 0;
    }

    #sample-products {
        display: block;
    }
}

@media all and (max-width: 576px) {
    .registration .form-check {
        display: block;
        min-height: 2rem;
    }

    /* menu */
    /*    .item-120, .item-142, .item-143, .item-144, .item-121, .item-146, .item-147, .item-148, .item-122, .item-149, .item-150, .item-123, .item-151, .item-152{
display: none;
}*/
    #sample-products .related_products .col-md-12 .col-md-3 {
        width: 100%;
    }

    #sample-products .related_products .col-md-12 .col-md-9 {
        width: 100%;
        padding-left: 15px;
        padding-top: 20px;
    }

    #sample-products .related_products .col-md-12 .col-md-9 .name {
        padding-top: 0;
    }

    #sample-products .related_products .col-md-12 .col-md-9 .name h5 {
        padding-bottom: 0;
    }

    #sample-products {}
}


/* Menu correction 16-01-2023 */
@media (max-width: 991px) {
    #mobmenu_lnk {
        position: absolute;
        right: 15px;
        z-index: 99;
        width: 30px;
        height: 34px;
        background: url(../images/home/menu.svg) no-repeat center left;
        transition: all 0.3s ease;
    }

    .nav-wrap-active {
        background: url(../images/home/close.svg) no-repeat left -3px/30px !important;
    }

    .nav-wrap ul.primary-nav {
        width: 100%;
        height: 100%;
        background: #3c3c3c;
        z-index: 9;
        position: fixed;
        right: 0px;
        top: 52px;
        display: none;
        overflow-y: auto;
        padding-bottom: 52px;
    }

    .nav-wrap ul.primary-nav>li {
        border: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.5);
        width: 100%;
    }

    .nav-wrap ul.primary-nav>li.parent:after {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        right: 17px;
        top: 17px;
        background: url(../images/nav-arrow.png) no-repeat center !important;
    }

    .nav-wrap ul.primary-nav>li a {
        display: block;
        line-height: 100%;
        padding: 10px 0;
        color: #fff;
    }

    .nav-wrap ul.primary-nav>li.d-lg-none img {
        display: none;
    }

    .nav-header {
        color: #fff;
    }

    .nav-child {
        background: #484848 !important;
        position: static;
        display: inline-block;
        width: 100% !important;
    }

    nav {
        height: auto;
        padding-top: 12px;
        padding-bottom: 5px;
    }

    nav ul.primary-nav>li {
        padding: 10px 15px;
        color: #fff;
    }

    nav .col-md-3 {
        position: relative;
    }

    nav .col-md-3 ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        width: 50% !important;
    }

    nav .col-md-3 ul.icon-nav {
        float: right;
        width: 10% !important;
        position: absolute;
        right: 13%;
        top: -32px;
    }

    nav .col-md-3 ul.icon-nav>li {
        border-right: none !important;
        padding: 0 !important;
    }

    nav .col-md-3 ul.icon-nav>li:nth-child(2),
    nav .col-md-3 ul.icon-nav>li:last-child {
        display: none;
    }

    nav .search-wrapper.active {
        width: calc(75vw + 5px);
        opacity: 1;
        pointer-events: auto;
        position: absolute;
        background: white !important;
        right: 12px;
        z-index: 8;
        top: 50px;
        margin: auto;
    }

    nav .search-wrapper input {
        padding: 10px;
    }

    nav .search-wrapper input[type=submit] {
        right: 10px;
        top: 12px;
    }

    .search-close {
        position: absolute;
        width: 45px;
        height: 49px;
        background: url(../images/home/close.svg) #ffffff no-repeat center 8px/30px !important;
        top: 0;
        z-index: 10;
        right: -44px;
        border-bottom: solid 1px #333;
        cursor: pointer;
        border-left: 1px solid #e0e0e0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-close {
        width: 54px;
        height: 61px;
        background-size: 40px !important;
        background-position: center 10px !important;
    }

    nav .search-wrapper input {
        padding: 16px;
    }

    nav .search-wrapper.active {
        width: calc(85vw + 5px);
    }

    nav .col-md-3 ul.icon-nav {
        right: 25%;
        top: -2px;
    }
}

@media (max-width: 991px) {
    #mobmenu_lnk {
        position: absolute;
        right: 15px;
        z-index: 99;
        width: 30px;
        height: 34px;
        background: url(../images/home/menu.svg) no-repeat center left;
        transition: all 0.3s ease;
    }

    .nav-wrap-active {
        background: url(../images/home/close.svg) no-repeat left -3px/30px !important;
    }

    .nav-wrap ul.primary-nav {
        width: 100%;
        height: 100%;
        background: #3c3c3c;
        z-index: 9;
        position: fixed;
        right: 0px;
        top: 52px;
        display: none;
        overflow-y: auto;
        padding-bottom: 52px;
    }

    .nav-wrap ul.primary-nav>li {
        border: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.5);
        width: 100%;
    }

    .nav-wrap ul.primary-nav>li.parent:after {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        right: 17px;
        top: 17px;
        background: url(../images/nav-arrow.png) no-repeat center !important;
    }

    .nav-wrap ul.primary-nav>li a {
        display: block;
        line-height: 100%;
        padding: 10px 0;
        color: #fff;
    }

    .nav-wrap ul.primary-nav>li.d-lg-none img {
        display: none;
    }

    .nav-header {
        color: #fff;
    }

    .nav-child {
        background: #484848 !important;
        position: static;
        display: inline-block;
        width: 100% !important;
    }

    nav {
        height: auto;
        padding-top: 12px;
        padding-bottom: 5px;
    }

    nav ul.primary-nav>li {
        padding: 10px 15px;
        color: #fff;
    }

    nav .col-md-3 {
        position: relative;
    }

    nav .col-md-3 ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        width: 50% !important;
    }

    nav .col-md-3 ul.icon-nav {
        float: right;
        width: 10% !important;
        position: absolute;
        right: 13%;
        top: -32px;
    }

    nav .col-md-3 ul.icon-nav>li {
        border-right: none !important;
        padding: 0 !important;
    }

    nav .col-md-3 ul.icon-nav>li:nth-child(2),
    nav .col-md-3 ul.icon-nav>li:last-child {
        display: none;
    }

    nav .search-wrapper.active {
        width: calc(75vw + 5px);
        opacity: 1;
        pointer-events: auto;
        position: absolute;
        background: white !important;
        right: 12px;
        z-index: 8;
        top: 50px;
        margin: auto;
    }

    nav .search-wrapper input {
        padding: 10px;
    }

    nav .search-wrapper input[type=submit] {
        right: 10px;
        top: 12px;
    }

    .search-close {
        position: absolute;
        width: 45px;
        height: 49px;
        background: url(../images/home/close.svg) #ffffff no-repeat center 8px/30px !important;
        top: 0;
        z-index: 10;
        right: -44px;
        border-bottom: solid 1px #333;
        cursor: pointer;
        border-left: 1px solid #e0e0e0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-close {
        width: 54px;
        height: 61px;
        background-size: 40px !important;
        background-position: center 10px !important;
    }

    nav .search-wrapper input {
        padding: 16px;
    }

    nav .search-wrapper.active {
        width: calc(85vw + 5px);
    }

    nav .col-md-3 ul.icon-nav {
        right: 25%;
        top: -2px;
    }
}

/*# sourceMappingURL=main.css.map */
.accordion-inner {
    display: grid;
}

#products-list_inner .pitems {
    width: 20%;
    padding: 0px;
}


.product-list-image-overlay {
    display: none
}

.more-colors-wrapper {
    height: 26px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    bottom: 52px;

    color: #fff;
    background: #58595b;
}

.product-list-image-cover {
    position: relative;
}

.more-colors-wrapper span {
    font-size: 11px;
}

.product-list-image-overlay {
    transition: all 0s ease 0.3s;
}

.product-list-image-overlay ul li {
    list-style: none;
    width: 28px;
    height: 28px;
    list-style: none;
    border: 1.5px solid #ccc;
    display: inline-block;
    margin: 2px;
}

.product-list-image-overlay ul li img {
    max-width: 100%;
    max-height: 100%;
}

.product-list-image-overlay ul {
    margin: 0;
    padding: 10px;
}

.more-colors-wrapper:hover {
    height: auto;
    background: #fff;
    bottom: 0;
}

.more-colors-wrapper:hover span {
    display: none;
}

.more-colors-wrapper:hover .product-list-image-overlay {
    display: block;
}

#products-list_inner .pitems .price {
    float: left;
    padding: 0 5px;
    width: 100%;
    text-align: left;
}

.copyright {
    letter-spacing: 1.5px;
    padding: 20px 0;
}


.copyright .site-credits {
    font-weight: 800;
    color: #808285;
    font-size: 11px;
}

.copyright p {
    display: inline-block;
    font-size: 10px;
    position: relative;
    padding: 0 20px;
}

.copyright p:after {
    width: 1.5px;
    height: 10px;
    content: "";
    background: #ddcabd;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.copyright p:last-child::after {
    background: transparent;
}

.copyright p span {
    color: #000;
    font-weight: 600;
}

.pl-0 {
    padding-left: 0 !important;
}

.border-right-none {
    border-right: none !important
}

.site-credits-main {
    font-family: "Raleway", sans-serif;
    padding: 50px 0;
}

.site-credits-main h5 {
    letter-spacing: 3px;
    font-weight: 400;
}

.site-credits-main h6 {
    color: #808285;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.site-credits-main p {
    font-size: 10px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}

@font-face {
    font-family: GT;
    src: url(../fonts/GT-Super-Display-Light_618a4a93.woff2) format("woff2"), url(../fonts/GT-Super-Display-Light_8d5243ef.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GT;
    src: url(../fonts/GT-Super-Display-Light_618a4a93.woff2) format("woff2"), url(../fonts/GT-Super-Display-Light_8d5243ef.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}


@media (min-width: 1920px) {
    .home-banner .content {
        width: 738px;
        height: 196px;
        padding-top: 50px;
    }

    .home-banner h1 {
        font-size: 70px;
    }

    .home-banner a {
        font-size: 42px;
    }

    .home-banner h1:first-child::after {
        top: -15px;
    }
}

@media(max-width:1279px) {
    .copyright p {
        padding: 0;
        margin: 0 0 8px;
        display: block;
    }
}

.item-spec-filter {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
}

.item-spec-filter i {
    font-size: 12px;
    display: block;
}

.item-spec-filter h6 {
    font-size: 14px;
    font-weight: 600;
}

.item-spec-filter .select-size-title {
    margin: 20px 0;
}

.item-spec-filter .form-label {
    margin-bottom: 5px;
}

.item-spec-filter .form-select {
    border-color: #ccc;
    border-radius: 0;

}

.item-spec-filter ul {
    padding: 0;
}

.item-spec-filter ul li {
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    margin: 20px 0 0;
    list-style-position: inside;
    list-style: none;
    position: relative;
    padding-left: 20px;
    display: block;
}

.item-spec-filter ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #CCCCCC transparent;
    transform: rotate(90deg);
}

.item-spec-filter ul li b {
    margin-right: 5px;
}

.item-spec-filter ul i {
    margin-top: 30px;
}

.pro-detail-faq {
    float: left;
    width: 100%;
}

.pro-detail-faq .collapse:not(.show) {
    display: none;
}

.pro-detail-faq h5 {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.pro-detail-faq .collapse:not(.show) {
    display: none;
}

.pro-detail-faq .accordion-button {
    font-size: 12px;
    font-weight: bold;
    border-radius: 0 !important;
    color: #000;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
}

.pro-detail-faq .accordion-button::after {
    background-size: .85rem;
    height: .8rem;
}

.pro-detail-faq .accordion-button:focus {
    box-shadow: transparent;
    border-color: transparent;
}

.pro-detail-faq .accordion-body {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    padding: 15px 10px;
    background-color: #f5f5f5;
}

.pro-detail-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.pro-detail-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}