* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

body {
    background: #f5f5f5 !important;
    direction: rtl;
    overflow-x: hidden;
    font-family: IRANSans !important;
    text-align: right;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: IRANSans;
}
a:hover{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,span,div{
    font-family: IRANSans;
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/IRANSans/woff2/IRANSansWeb_Black.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/IRANSans/woff/IRANSansWeb_Black.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/IRANSans/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/IRANSans/woff/IRANSansWeb_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/IRANSans/woff/IRANSansWeb_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/IRANSans/woff/IRANSansWeb_Light.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans/eot/IRANSansWeb.eot');
    src: url('../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/IRANSans/woff2/IRANSansWeb.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/IRANSans/woff/IRANSansWeb.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/IRANSans/ttf/IRANSansWeb.ttf') format('truetype');
}

.float-right{
    float: right !important;
}

.float-left{
    float: left !important;
}

.main-container{
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 5px;
}

.header-main-row{
    margin: 15px 0;
    display: block;
    float: right;
    width: 100%;
}

/* header------------------------- */
header.m-header{
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 99999;
    position: relative;
    float: right;
}

header.m-header .header-right{
    width: 100%;
    display: block;
    float: right;
}

header.m-header .header-right .logo img{
    max-width: 100%;
}

/* search-header */

.search .search-box{
    position: relative;
    width: 100%;
}

.search .search-box .input-search{
    display: block;
    width: 100%;
    height: 3rem;
    padding: .5rem 1rem .5rem 4rem;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    color: #616161;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 3.75rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search .search-box .input-search:focus{
    color: #616161;
    background-color: #fff;
    border-color: #fec8cf;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),none !important;
}

.search .search-box .input-group-append .btn-search{
    display: inline-block;
    font-weight: 500;
    color: #212121;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 2;
    border-radius: 3.75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 3rem;
    position: absolute;
    left: 0;
    top: 0;
}

.search .search-box .input-group-append .btn{
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

/* end-search-header */

header.m-header .header-left{
    width: auto;
    display: block;
    float: left;
}

header.m-header .header-left .header-account .account-box{
    width: auto;
    height: 100%;
    background-color: #FFF;
    display: inline-block;
}

/* dropdown-account */

header.m-header .header-left .header-account .account-box .dropdown-account .btn-account{
    background-color: #fff;
    border-color: #fff;
    color: #424242;
    font-size: 14px;
    box-shadow: none;
    font-weight: 500;
}

.dropdown-toggle::after{
    vertical-align: middle;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

header.m-header .header-left .header-account .account-box .dropdown-account .dropdown-menu{
    text-align: right;
    box-shadow: rgba(0,0,0,.1) 0 2px 5px;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    padding: 0;
    overflow: hidden;
}

header.m-header .header-left .header-account .account-box .dropdown-account .dropdown-menu .dropdown-item{
    padding: .5rem 1.5rem;
    font-size: 14px;
}

header.m-header .header-left .header-account .account-box .dropdown-account .dropdown-menu .dropdown-item:active{
    background-color: #fb4b63;
}

header.m-header .header-left .header-account .account-box .dropdown-account .dropdown-menu .dropdown-item img{
    margin-left: 10px;
}

/* end-dropdown-account */

/* shopping-header */

header.m-header .header-left .header-account .account-box .btn-shopping-bag{
    padding: .2rem 1.3rem;
    font-size: 1rem;
    border-radius: 3.75rem;
    color: #fb4b63;
    border-color: #fb4b63;
    background-color: #fff;
    position: relative;
    box-shadow: none;
}

header.m-header .header-left .header-account .account-box .btn-shopping-bag span{
    font-weight: 500;
}

header.m-header .header-left .header-account .account-box .btn-shopping-bag:hover{
    color: #fff;
    border-color: #fff;
    background-color: #fb4b63;
}

header.m-header .header-left .header-account .account-box .btn-shopping-bag span i{
    font-size: 27px;
    vertical-align: middle;
    margin-left: 0;
}

header.m-header .header-left .header-account .account-box .btn-shopping-bag span .shopping-bag-item{
    position: absolute;
    bottom: 3px;
    right: 10px;
    color: #fb4b63;
    border: 1px solid #fb4b63;
    background: #fff;
    border-radius: 3.75rem;
    font-weight: 500;
    font-size: 16px;
    z-index: 5;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
}

.offcanvas{
    position:fixed;
    top:0;
    bottom:0;
    height:100vh;
    z-index:9999;
    background:#f5f5f5;
    color:#212121;
    transition:all .3s;
    overflow-y:auto;
}

.offcanvas.offcanvas-menu{
    background-color:#fff;
    width:270px;
    right:-270px;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
}

.offcanvas.offcanvas-menu.active{
    right:0;
}

.offcanvas.offcanvas-cart{
    width:450px;
    left:-450px;
}
.offcanvas.offcanvas-cart.active{
    left:0;
}
.offcanvas-overlay{
    display:none;
    position:fixed;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,.54);
    z-index:99;
    opacity:0;
    top:0;
    right:0;
    bottom:0;
    left:0;
    touch-action:none;
    transition:all .5s cubic-bezier(.4,0,.2,1);
}
.offcanvas-overlay.active{
    display:block;
    opacity:1;
}
.offcanvas-page{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:0;
}.offcanvas-bar{
    position:relative;
    display:flex;
    min-height:100%;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:stretch;
    align-content:stretch;
}
.offcanvas-close{
    position:absolute;
    left:0;
    top:0;
    padding:8px;
}
.offcanvas-scrollable{
    width:100%;
    display:block;
    padding:16px;
}
.offcanvas-header{
    padding:16px;
    background-color:#fff;
}
.offcanvas-header.offcanvas-header_shadow{
    box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    z-index:10;
}
.offcanvas-header_title{
    font-size:1rem;
    font-weight:normal;
    margin-top: 20px;
}

.btn-close-cart{
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3.75rem;
    color: #fb4b63;
    border-color: #fb4b63;
    background-color: #fff;
    position: relative;
    box-shadow: none !important;
    font-weight: 500;
}

.btn-close-cart i{
    font-size: 21px;
    vertical-align: middle;
    margin-left: 10px;
}

.btn-close-cart:hover{
    background: #fb4b63;
    color: #fff;
    border-color: #fb4b63;
}

.offcanvas-header_price .offcanvas-header_price-value{
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: right;
    margin-top: 20px;
}

.offcanvas-header_price .offcanvas-header_price-value .offcanvas-header_price-currency{
    font-size: 14px;
}

.scrollbar
{
  margin-right: 0;
  float: left;
  height: 300px;
  width: 100%;
  background: #ffffff;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.force-overflow
{
	min-height: 300px;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 9px;
    background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: rgb(206, 209, 209);
}

.offcanvas-body{
    position:relative;
    padding: 10px 15px;
}

.os-viewport{
    height: 300px;
}

.offcanvas-body .offcanvas-product-box{
    width: 100%;
    position: relative;
    align-items: center;
    min-width: 0;
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    padding: 16px;
    margin: 8px 0;
    float: right;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box_delete{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(224,224,224,.12);
    color: #949494;
    width: 36px;
    height: 36px;
    border: none;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 25px;
    border-top-left-radius: .3rem;
    outline: none;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box_image{
    margin-left: 16px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: inline-block;
    float: right;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-product-box-title{
    display: block;
    text-align: right;
    font-weight: normal;
    font-size: .75rem;
    overflow: hidden;
    line-height: 1.5;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-product-box-price{
    float: right;
    margin-top: 20px;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-product-box-price del{
    display: block;
    letter-spacing: .5px;
    color: #bdbdbd;
    text-decoration: line-through;
    font-size: .875rem;
    line-height: 1.2;
    font-weight: normal;
    text-align: right;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-product-box-price .offcanvas-product-box-price-value{
    width: 100%;
    color: #06b1b5;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: right;
    margin-top: auto;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-product-box-price .offcanvas-product-box-price-value span{
    font-size: 14px;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-required-number-cart{
    position: absolute;
    left: 15px;
    top: 65px;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-required-number-cart .quantity input{
    width: 100px;
    height: 36px;
    font-size: 20px;
    margin: -9px 0;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-required-number-cart .quantity .quantity-button.quantity-up{
    width: 36px;
    height: 36px;
    right: -35px;
    top: -9px;
    background: #fbfbfb;
    font-size: 34px;
    color: #989898;
    line-height: 35px;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-required-number-cart .quantity .quantity-button.quantity-down{
    width: 36px;
    height: 36px;
    left: 38px;
    top: -9px;
    background: #fbfbfb;
    font-size: 34px;
    color: #989898;
    line-height: 35px;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-required-number-cart .quantity .quantity-nav{
    float: right;
    position: absolute;
    height: 100%;
    width: 100%;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-required-number-cart .quantity .quantity-nav .quantity-button.quantity-up{
    right: -35px;
    top: -9px;
    background: #fbfbfb;
    font-size: 34px;
    color: #989898;
    line-height: 35px;
}

.offcanvas-body .offcanvas-product-box .offcanvas-product-box-content .offcanvas-required-number-cart .quantity .quantity-nav .quantity-button.quantity-down{
    left: 38px;
    top: -9px;
    background: #fbfbfb;
    font-size: 34px;
    color: #989898;
    line-height: 35px;
}

.quantity {
    position: relative;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button
  {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type=number]
  {
    -moz-appearance: textfield;
  }
  
.quantity input {
    width: 100px;
    height: 36px;
    font-size: 20px;
    margin: -9px 0;
    line-height: 1.65;
    float: right;
    display: block;
    padding: 0;
    padding-left: 0;
    background: #fff;
    padding-right: 0;
    text-align: center;
    border: 1px solid #eee;
    color: #777777;
    font-weight: 500;
    border-radius: 20px;
    
  }
  
.quantity input:focus {
    outline: 0;
  }
  
.quantity-nav {
    float: right;
    position: relative;
    height: 42px;
  }
  
.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #0fabc6;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 1.071rem;
  }
  
.quantity-button.quantity-up {
    position: absolute;
    height: 34px;
    top: -8px;
    width: 35px;
    right: -134px;
    font-size: 25px;
    padding-top: 0px;
    line-height: 33px;
    border-radius: 50%;
    background: #fbfbfb;
    color: #989898;
}
  
.quantity-button.quantity-down {
    position: absolute;
    height: 34px;
    top: -8px;
    width: 35px;
    left: 37px;
    font-size: 25px;
    line-height: 33px;
    padding-top: 0px;
    border-radius: 50%;
    background: #fbfbfb;
    color: #989898;
    transition: .2s;
}

.offcanvas-footer .offcanvas-cart-summery{
    background-color: #fff;
    margin: 0 16px;
    padding: 16px;
    position: relative;
    border-radius: .3rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    margin-bottom: 70px;
}

.offcanvas-footer a.order-link{
    color: #fff;
    background-color: #fb4b63;
    border-color: #fb4b63;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    display: block;
    width: 100%;
    padding: .9rem 1rem;
    font-size: 1.25rem;
    position: absolute;
    bottom: 0;
}

.offcanvas-footer a.order-link:hover{
    color: #fff;
    background-color: #fa1938;
    border-color: #fa0d2d;
}

.offcanvas-footer a.order-link:active{
    color: #fff !important;
    background-color: #fa1938 !important;
    border-color: #fa0d2d !important;
}

.offcanvas-footer a.order-link:focus{
    box-shadow: none !important;
}

.divider-vertical{
    height: 70%;
    margin-left: 18px;
    margin-right: 18px;
    width: 1px;
    height: 50%;
    margin-left: 16px;
    margin-right: 16px;
    border: 0;
    border-left: 1px solid #e0e0e0;
    margin-bottom: 0;
    margin-top: 0;
}

.text-secondary{
    color: #06b1b5 !important;
}
/* shopping-header */

/* nav-bar */
nav.navbar{
    width: 100%;
    height: 60px;
    position: relative;
    line-height: 55px;
    float: right;
    background-color: #fff;
    padding: 0;
}

nav.navbar ul.navbar-ul{
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

nav.navbar ul.navbar-ul li.nav-item{
    display: inline-block;
    padding: 15px 0;
    float: right;
}

nav.navbar ul.navbar-ul li.nav-item a.nav-link{
    color: #2f2f2f;
    padding: 0 .7rem;
    outline: 0;
    border-radius: .25rem;
    font-size: 15px;
    position: relative;
    line-height: 2;
}

nav.navbar ul.navbar-ul li.nav-item:hover a.nav-link{
    color: #fb4b63;
    background-color: rgba(251,75,99,.1);
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu{
    width: 99% !important;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    box-shadow: rgba(0,0,0,.1) 0 1px 5px;
    border: 1px solid #ececec;
    height: auto;
    overflow: hidden;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    display: none;
}

nav.navbar ul.navbar-ul li.nav-item:hover ul.mega-menu{
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu .mega-menu-container{
    min-height: 450px;
    align-items: stretch;
    display: flex;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu .mega-menu-container .mega-menu-category{
    height: 100%;
    width: 60%;
    background-color: #f5f5f5;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item{
    width: 100%;
    height: auto;
    text-align: right;
    line-height: 50px;
    padding-right: 0;
    transition: all 300ms ease;
    margin-right: 0;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item a.mega-menu-link{
    width: 100%;
    color: #616161;
    display: block;
    padding: 3px 20px;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item:hover a.mega-menu-link{
    background-color: #fb4b63;
    color: #fff;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item:hover a.mega-menu-link::after{
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 5px;
    background-color: #fb4b63;
    z-index: 999999;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item ul.mega-menu-sublist-row{
    width: 1085px;
    display: none;
    position: absolute;
    right: 195px;
    top: 0;
    background-color: #fff;
    min-height: 100%;
    padding-top: 15px;
    padding-right: 15px;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item:hover ul.mega-menu-sublist-row{
    display: block;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item ul.mega-menu-sublist-row li.mega-menu-sublist-item{
    text-align: right;
    margin-left: 1%;
    width: 100%;
    height: 25.846px;
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 31.538px !important;
    overflow: hidden;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item ul.mega-menu-sublist-row li.mega-menu-sublist-item .mega-menu-sublist-title{
    color: #fb4b63;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item ul.mega-menu-sublist-row li.mega-menu-sublist-item .mega-menu-sublist-title:hover{
    color: #06b1b5;
    border-bottom: 1px dashed #06b1b5;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item ul.mega-menu-sublist-row li.mega-menu-sublist-item .mega-menu-sublist-title::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fb4b63;
    margin-left: 8px;
    display: inline-block;
    vertical-align: baseline;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item ul.mega-menu-sublist-row li.mega-menu-sublist-item .mega-menu-sublist-title:hover::before{
    background-color: #06b1b5;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item ul.mega-menu-sublist-row li.mega-menu-sublist-item .mega-menu-sublist-link{
    color: #212121;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    padding-right: 18px;
    display: inline-block;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item .mega-menu-sublist-more{
    width: 100%;
    height: 36px;
    display: inline-block;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item .mega-menu-sublist-more a{
    color: #06b1b5;
    font-weight: 500;
    font-size: 13px;
    padding: 12px 16px;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu li.menu-mega-item .mega-menu-sublist-more a i{
    vertical-align: middle;
    font-size: 16px;
}

nav.navbar ul.navbar-ul li.nav-item ul.mega-menu .mega-menu-adplacement{
    height: 100%;
    min-height: 420px;
    width: 90%;
    min-width: 215px;
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 20px;

}

.nav-categories-overlay{
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0 !important;
    bottom: 0;
    content: "";
    background: rgba(0,0,0,.54);
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    pointer-events: none;
}

.nav-categories-overlay.active {
    opacity: 1;
    pointer-events: all !important;
}

.header-main-nav ul.menu-ul:hover .nav-categories-overlay{
    opacity: 1;
}

/* menuResponsive */
.overlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(125, 125, 125, 0.5);
    z-index: 1001;
  }
  
  .nav-btn {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99;
      
  }
  
  .nav-btn.nav-slider {
    float: right;
  }
  
  .nav-btn.nav-slider span.linee1 {
    background: #fb4b63;
    height: 2px;
    width: 23px;
    position: absolute;
    right: 13px;
    top: 10px;
  }
  .nav-btn.nav-slider span.linee2 {
    background: #fb4b63;
    height: 2px;
    width: 23px;
    position: absolute;
    right: 13px;
    top: 17px;
  }
  .nav-btn.nav-slider span.linee3 {
    background: #fb4b63;
    height: 2px;
    width: 23px;
    position: absolute;
    right: 13px;
    top: 24px;
  }
  
  .nav-btn i {
    vertical-align: middle;
  }
  
  .header-menu {
    float: left;
  }
  
  .header-menu ul {
    height: 64px;
  }
  
  .header-menu ul li {
    display: block;
    position: relative;
    float: right;
    margin: 0;
    padding: 0 12px 0 0;
    line-height: 64px;
  }
  
  .header-menu ul li a {
    color: #333;
    padding: 4px;
    position: relative;
    padding-left: 24px;
    font: 14px iranyekan;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .header-menu ul li a i {
    margin-right: 5px;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -16px;
  }
  
  @media only screen and (max-width: 1024px) {
    header .header-categories {
      display: none;
    }
  }
  
  @media only screen and (max-width: 480px) {
    header .header-inner {
      padding: 0 12px;
      text-align: center;
    }
    header .header-logo {
      float: right;
      padding-right: 0;
      padding-left: 0px;
    }
  }

.sidebar {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -250px;
    width: 250px;
    height: 100%;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
}
  
  .sidebar .nav-header {
    display: block;
    height: 90px;
  }
  
  .sidebar .nav-header img.pic-header {
    position: absolute;
    z-index: -1;
  }
  
  .sidebar .nav-header .header-cover {
    position: absolute;
    width: 100%;
    top: 0;
    height: 65px;
    background-color: #fff;
    z-index: -1;
  }
  
  .sidebar .nav-header .logo-wrap {
      padding: 1em 0 0.5em;
      text-align: center;
      border-bottom: 1px solid #e4e4e4;
      width: 200px;
      margin-right: 25px;
  }
  
  .sidebar .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
  }
  
  .sidebar .nav-header .logo-wrap .logo-icon img {
    display: block;
    width: 100%;
  }
  
  .sidebar .nav-header .logo-wrap .logo-text {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    vertical-align: 12px;
    margin-right: 8px;
    text-decoration: none;
    position: absolute;
    top: 55px;
    right: 15px;
  }
  .sidebar .nav-categories {
    margin-top: 5px;
  }
  
  .sidebar .nav-categories li {
    display: block;
    position: relative;
    text-align: right;
  }
  
  .sidebar .nav-categories li::before {
    position: absolute;
    left: 7px;
    top: 11px;
    color: #333;
    font-size: 24px;
  }
  
  .sidebar .nav-categories li a {
    display: block;
    width: 85%;
    color: #666666;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
    margin-right: 25px;
      -webkit-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease;
      background: none;
  }
  
  .sidebar .nav-categories li a:hover{
      color: #333;
      font-weight: 700;
      -webkit-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease;
  }
  
  .sidebar.open {
    right: 0px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    opacity: 1;
  }
  
  .sidebar > ul > li > a {
      font-size: 16px;
      display: block;
      padding: 7px 20px;
      background: #ffffff;
      color: #757575;
  }
  
  .sidebar > ul > li > ul > li > a {
      font-size: 16px;
      display: block;
      padding: 7px 40px;
      background: #f5f5f5;
      color: #757575;
  }
  
  .sidebar a {
      cursor: pointer;
  }
  
  .sidebar > ul > li {
      position: relative;
  }
  
  .sidebar ul li a.category-level-2{
      margin-right: 60px;
      width: 70%;
  }
  
  .sidebar ul li ul li a.category-level-3{
      margin-right: 60px;
      width: 68%;
      font-weight: 300;
  }
  
  .sidebar > ul > li.has-sub > a::before {
      position: absolute;
      content: '';
      width: 10px;
      height: 2px;
      background: #757575;
      right: 30px;
      top: 15px;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
  }
  
  .sidebar > ul > li ul > li.has-sub > a::after {
      position: absolute;
      content: '';
      width: 2px;
      height: 10px;
      background: #757575;
      right: 44px;
      top: 14px;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
  }
  
  .sidebar > ul > li ul > li.has-sub > a::before {
      position: absolute;
      content: '';
      width: 10px;
      height: 2px;
      background: #757575;
      right: 40px;
      top: 18px;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
  }
  
  .sidebar > ul > li.has-sub > a::after {
      position: absolute;
      content: '';
      width: 2px;
      height: 10px;
      background: #757575;
      right: 29px;
      top: 11px;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
  }
  
  .sidebar > ul > li.has-sub.open > a::before {
      transform: rotate(45deg);
  }
  
  .sidebar > ul > li.has-sub.open > a::after {
      transform: rotate(45deg);
  }
  
  .sidebar > ul li ul > li.has-sub.open > a::before {
      transform: rotate(45deg);
  }
  
  .sidebar > ul li ul > li.has-sub.open > a::after {
      transform: rotate(45deg);
  }
  
  .sidebar ul ul {
    background: #efefef;
    width: 100%;
    margin-top: 10px;
  }

  .sidebar ul ul ul{
    display: none;
    background: #eeeeee;
    width: 100%;
  }

  .sidebar > ul li i{
    float: right;
    transition: all 300ms ease;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    line-height: 24px;
    background: #fff;
    color: #666666;
    border: 1px solid #666666;
    font-size: 25px;
    margin-left: 10px;
    margin-top: -7px;
}

.sidebar > ul li a[aria-expanded="true"] i {
    transform: rotate(-90deg);
    transition: all 300ms ease;
    color: #666666;
}
  
.main {
    width: 1300px;
    height: auto;
    background: aliceblue;
    margin: 0 auto;
}
  
  .clear{
      clear: both;
  }
  .content{
      width: 900px;
      height: 400px;
      background: deepskyblue;
      float: left;
  }
/* menuResponsive */
/* nav-bar */

/* header------------------------- */

/* content-site */

/* card-instant-offer */
.card-instant-offer{
    width: 100%;
    height: auto;
    position: relative;
    background: rgb(255, 255, 255);
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 2px;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.card-instant-offer .swiper-suggestion {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

.card-instant-offer .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.card-instant-offer .card-header-offer {
    border-bottom: none;
    text-align: center;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    padding: 10px 0;
}

.card-instant-offer .card-header-offer h3.title{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
    float: none;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item img {
    max-width: 100% !important;
    max-height: 142px !important;
    width: auto !important;
    height: auto !important;
    margin: 13px auto 0;
    box-shadow: none;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .product-box-discount{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,.7);
    color: #fb4b63;
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fb4b63;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .product-title {
    font-size: 13px;
    display: block !important;
    margin-bottom: 0;
    padding: 0 10px;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item a {
    display: block;
    text-align: center;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .product-title a {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: auto;
    text-decoration: none;
    color: #535353;
    font-weight: bold;
    font-size: 13px;
    margin-top: 100px;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .price {
    color: #00bfd6;
    height: auto;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .price del{
    color: #979898;
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .price del span span{
    font-size: 10px;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .price ins{
    color: #fb4b63 !important;
    font-size: 20px;
    height: auto;
    display: inline-block;
    text-decoration: none;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .product-box-action .add-to-cart{
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    padding: .375rem 2rem;
    border-radius: 50px;
    margin-top: 20px;
    outline: none;
    box-shadow: none;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .product-box-action .add-to-cart i{
    font-size: 18px;
    vertical-align: middle;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .product-box-action .add-to-cart:hover{
    opacity: 0.8;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .item .price ins span span{
    font-size: 10px;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next{
    top: 50%;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev{
    top: 50%;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    color: #25adbd;
}

.card-instant-offer .swiper-suggestion .swiper-wrapper .swiper-slide .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    color: #25adbd;
}

/* card-instant-offer */

/* slider-main */
.slider-main{
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    cursor: pointer;
}

.slider-main .swiper-container-main {
    width: 100%;
    height: 100%;

  }

.slider-main .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-main .swiper-container-main .swiper-button-next{
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
}

.slider-main .swiper-container-main .swiper-button-prev{
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
}

.slider-main .swiper-container-main .swiper-pagination-bullets{
    bottom: 20px;
}

/* slider-main */

/* grantee */
.grantee{
    box-shadow: rgb(121 121 121 / 12%) 0px 1px 4px 2px;
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 0;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    padding: 15px;
    margin-bottom: 20px;
}

.grantee .gutter-item{
    width: 100%;
    margin: 10px 0;
    text-align: right;
}
/* grantee */

/* slider-products */
.slider-products{
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 0 0;
}

.slider-products .swiper-container-product {
    width: 100%;
    height: 100%;
  }

.slider-products .swiper-container-product .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 40px 0;
}

.slider-products .card-header {
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    float: right;
    margin-bottom: 25px;
    background-color: #fff;
    border: none;
}

.slider-products .card-header span.title-one{
    padding-bottom: 10px;
    color: #404040;
    display: inline-block;
    position: relative;
    line-height: 45px;
    top: 3px;
    font-size: 20px;
    font-weight: 500;
    padding-right: 30px;
}

.slider-products .card-header .card-title{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    float: left;
    padding: 0 15px;
    color: #fb4b63;
    cursor: pointer;
}

.card-header::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    width: 4px;
    display: block;
    background: #06b1b5;
    height: 4.1rem;
}

.slider-products .swiper-container-product .item{
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px 5px 20px;
    width: 100%;
    transition: all .2s;
}

.slider-products .swiper-container-product .item:hover{
    box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
    z-index: 999;
    transition: all .2s;
}

.slider-products .swiper-container-product .item a.hover-img-link{
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-top: 20px;
    outline: none;
}

.slider-products .swiper-container-product .item a.hover-img-link img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    position: relative;
    /* width: 70%; */
}

.slider-products .swiper-container-product .item .product-box-discount{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,.7);
    color: #fb4b63;
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fb4b63;
}

.slider-products .swiper-container-product .item .add-to-cart-section{
    width: 60px;
    height: 40px;
    border-radius: 5px;
    background: #00bfd6;
    border: 1px solid #41a7b4;
    line-height: 40px;
    color: #fff;
    float: right;
    cursor: pointer;
    overflow: hidden;
    transition: all 500ms ease;
}

.slider-products .swiper-container-product .item .add-to-cart-section i{
    color: #fff !important;
}

.slider-products .swiper-container-product .item .add-to-cart-section:hover{
    background: #08e3fd;
    transition: all 500ms ease;
}

.slider-products .swiper-container-product .item .price {
    height: auto;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.slider-products .swiper-container-product .item .price del{
    color: #979898;
    font-size: 13px;
    display: block;
    margin-left: 10px;
}

.slider-products .swiper-container-product .item .price del span span{
    font-size: 10px;
}

.slider-products .swiper-container-product .item .price ins{
    color: #fb4b63 !important;
    font-size: 20px;
    height: auto;
    display: inline-block;
    text-decoration: none;
}

.slider-products .swiper-container-product .item .product-box-action .add-to-cart{
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    padding: .375rem 2rem;
    border-radius: 50px;
    margin-top: 20px;
    outline: none;
    box-shadow: none;
}

.slider-products .swiper-container-product .item .product-box-action .add-to-cart i{
    font-size: 18px;
    vertical-align: middle;
}

.slider-products .swiper-container-product .item .product-box-action .add-to-cart:hover{
    opacity: 0.8;
}

.slider-products .swiper-container-product .item .post-title {
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
    line-height: 25px;
    padding-top: 40px;
}

.slider-products .swiper-container-product .item .post-title a{
    font-size: 16px;
    color: #535353;
    text-decoration: none;
}

/* modal-more */
.slider-products .modal-dialog{
    max-width: 1100px;
    text-align: right;
}

.slider-products .swiper-container-more {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

.slider-products .swiper-container-more .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-products .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #06aeab;
    border-radius: 50px;
    transition: all .2s;
}

.slider-products .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: 20px;
    transition: all .2s;
}

.slider-products .modal-dialog .swiper-container-rtl .swiper-button-next{
    top: 50%;
    background-color: #e7f5f9;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}

.slider-products .modal-dialog .swiper-container-rtl .swiper-button-prev{
    top: 50%;
    background-color: #e7f5f9;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}

.slider-products .modal-header{
    border-bottom: none;
}

.slider-products .modal-body .product-box-modal-title h2{
    font-size: 13px;
    display: inline-block;
    line-height: 25px;
    padding-top: 40px;
}

.slider-products .modal-body .product-box-discount{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: auto;
    margin: 0;
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,.7);
    color: #fb4b63;
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fb4b63;
} 

.slider-products .modal-body .product-box-modal-title h2 a{
    font-size: 16px;
    color: #171717;
}

.slider-products .modal-body .small-gutters .product-rate i{
    font-size: 20px;
}

.product-rate i.active{
    color: #06aeab;
}

.slider-products .modal-body .small-gutters .product-box-modal_price .price{
    font-size: 20px;
    height: auto;
    cursor: pointer;
    margin-top: 25px;
}

.slider-products .modal-body .small-gutters .product-box-modal_price .price del{
    color: #979898;
    font-size: 20px;
    display: block;
    width: 100%;
}

.slider-products .modal-body .small-gutters .product-box-modal_price .price ins span span:last-child{
    font-size: 12px;
} 

.slider-products .modal-body .small-gutters .product-box-modal_price .price ins{
    color: #fb4b63 !important;
    font-size: 30px;
    height: auto;
    display: block;
    text-decoration: none;
}

.slider-products .modal-body .small-gutters .bg-gray-100{
    padding: .75rem 1.75rem !important;
    background-color: #f5f5f5 !important;
}

.slider-products .modal-body .small-gutters .bg-gray-100 ul li{
    font-size: 12px;
    line-height: 20px;
    list-style: disc;
}

.slider-products .modal-body .small-gutters .product-box_action button.add-to-cart{
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    border-radius: 50px;
    padding: 12px 40px;
    margin-left: 0px;
    width: 95%;
}

.slider-products .modal-body .small-gutters .product-box_action a.btn-outline-dark{
    color: #424242;
    border-color: #424242;
    border-radius: 50px;
    display: block;
    padding: 10px 60px;
    margin-top: 82px;
    width: 100%;
}

.slider-products .modal-body .small-gutters .product-box_action .btn-outline-dark:hover {
    color: #fff !important;
    background-color: #343a40;
    border-color: #343a40;
}

.slider-products .modal-body .small-gutters .justify-content-between{
    border-top: 1px solid #e0e0e0 !important;
    margin-top: 25px;
}

.slider-products .modal-body .small-gutters .justify-content-between a.text-primary{
    color: #fb4b63 !important;
    margin-top: 10px;
    display: block;
}

.slider-products .modal-body .small-gutters .justify-content-between a.text-primary i{
    vertical-align: middle;
    padding-left: 10px;
    font-size: 18px;
}
/* modal-more */
/* slider-products */

/* adplacement */
.adplacement-container-row{
    width: 100%;
    height: auto;
    float: right;
    margin-bottom: 0;
}

.adplacement-container-row a.adplacement-item{
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    margin-bottom: 25px;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box{
    position: relative;
    width: 100%;
    float: right;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box img{
    max-width: 100%;
    width: 100%;
    transition: .2s;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box img:hover{
    opacity: 0.8;
    transition: .2s;
}
/* adplacement */

/* slider-brand */
.slider-brand .swiper-container-product .swiper-slide .item img{
    width: 45%;
}
/* slider-brand */

/* page-404 */
.main-404{
    float: right;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.d-404{
    width: 100%;
    height: 100%;
    padding: 168px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    background-color: #08b0b4;
    margin: 0;
    border-radius: 0;
}

.d-404 .d-404-title{
    width: 100%;
    text-align: center;
}

.d-404 .d-404-title span{
    font-weight: 500;
    font-size: 25px;
    display: block;
}

.d-404 .d-404-title h1{
    font-weight: bold;
    font-size: 35px;
    display: block;
    line-height: 70px;
}

.d-404 .d-404-title .Back-Main-Page{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.d-404 .d-404-actions a{
    padding: 12px 30px;
}
/* page-404 */

/* page-cart */
header.c-header{
    width: 100%;
    display: block;
    padding: 1.5rem;
    text-align: center;
}

header.c-header .text-caption{
    font-size: .75rem !important;
    font-weight: normal !important;
    color: #fb4b63;
    margin-bottom: 35px;
}

header.c-header .payment-steps-item{
    display: inline-block;
    align-items: center;
    justify-content: center;
}

header.c-header .payment-steps-item .payment-steps-item-title{
    text-align: center;
    margin: 0 8px;
    min-width: 65px;
    color: #bdbdbd;
    display: inline-block;
}

header.c-header .payment-steps-item.active .payment-steps-item-title .text-title{
    color: #212121;
}

header.c-header .payment-steps-item .payment-steps-item-title img{
    width: 48px;
    height: 48px;
    background-size: 48px 48px !important;
    margin: 0 auto 4px auto;
    filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
}

header.c-header .payment-steps-item.active .payment-steps-item-title img{
    filter: none !important;
    -webkit-filter: none !important;
}

header.c-header .payment-steps-item .payment-steps-item-title .text-title{
    color: #bdbdbd;
}

header.c-header .payment-steps-item .payment-steps-item-separator{
    width: 115px;
    position: relative;
    bottom: 40px;
    height: 2px;
    background-image: linear-gradient(to right,#bdbdbd 50%,rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 15px 2px;
    background-repeat: repeat-x;
    display: inline-block;
}

header.c-header .payment-steps-item .payment-steps-item-separator.active{
    background-image: linear-gradient(to right,#602f75 100%,rgba(255,255,255,0) 0%) !important;
}

/* header-end */

.cart-main{
    width: 100%;
    padding: 30px 0;
    float: right;
    background-color: #fff;
    margin-bottom: 20px;
}

.cart-main .p-content-cart{
    width: 100%;
    height: auto;
    float: right;
    padding: 10px 0;
}

.cart-main .cart-title-top{
    text-align: right;
    color: #383838;
}

.cart-main .card-body{
    box-shadow: 0 1px 4px 2px rgba(0,0,0,.12);
    width: 100%;
    border-radius: 5px;
    float: right;
    padding: 1.25rem;
    position: relative;
}

.cart-main .p-content-cart .card-body .cart-item-list .cart-item{
    float: right;
    width: 100%;
    position: relative;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body button.remove-from-cart{
    color: #ff5c5c;
    border: none;
    float: right;
    width: 48px;
    height: 48px;
    background-size: 48px 48px !important;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    outline: none;
    font-size: 25px;
    line-height: 48px;
    transition: .2s;
    margin: 20px 0;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body button.remove-from-cart:hover{
    color: #424242;
    background-color: rgba(153,153,153,.2);
    border-color: transparent;
    transition: .2s;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .product-thumbnail-img{
    width: auto;
    float: right;
    padding: 2px 5px;
    display: inline-block;
    position: relative;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .product-name{
    text-align: right;
    display: inline-block;
    float: right;
    line-height: 30px;
    font-size: 15px;
    width: 30%;
    margin: 20px 0;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .quantity input[type]{
    margin: 20px 40px;
    width: 120px;
    height: 35px;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .quantity .quantity-nav .quantity-button.quantity-up{
    background: #fbfbfb;
    font-size: 34px;
    color: #989898;
    right: -192px;
    top: 21px;
    line-height: 35px;
    width: 34px;
    height: 33px;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .quantity .quantity-nav .quantity-button.quantity-down{
    background: #fbfbfb;
    font-size: 34px;
    color: #989898;
    left: 75px;
    top: 21px;
    line-height: 35px;
    width: 34px;
    height: 33px;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .price{
    font-size: 20px;
    height: auto;
    cursor: pointer;
    margin-top: 20px;
    text-align: left;
    float: left;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .price del{
    color: #979898;
    font-size: 13px;
    display: block;
    margin-left: 10px;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .price del span span{
    font-size: 10px;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .price ins{
    color: #fb4b63 !important;
    font-size: 20px;
    height: auto;
    display: inline-block;
    text-decoration: none;
}

.cart-main .p-content-cart .card-body .cart-item-list .checkout-body .price ins span span{
    font-size: 10px;
}

.cart-main a.back-to-index{
    color: #424242;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    padding-right: 0;
    transition: .2s;
    padding: 0.5rem .5rem;
    box-shadow: none;
}

.cart-main a.back-to-index i{
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
}

.cart-main a.back-to-index:hover{
    background-color: #eee;
    transition: .2s;
}

.cart-main .p-sidebar-cart{
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}

.cart-main .p-sidebar-cart ul.sidebar-cart-ul li.sidebar-cart-item{
    font-size: 14px;
    padding-bottom: 10px;
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 5px;
}

.cart-main .p-sidebar-cart ul.sidebar-cart-ul li.sidebar-cart-item span.title{
    font-weight: 500;
    color: #757575;
}

.cart-main .p-sidebar-cart ul.sidebar-cart-ul li.sidebar-cart-item span.dec{
    font-weight: 700;
    color: #212121;
    float: left;
    font-size: 16px;
}

.cart-main .p-sidebar-cart ul.sidebar-cart-ul li.sidebar-cart-item span.text-danger{
    color: #fb4b63 !important;
}

.cart-main .p-sidebar-cart ul.sidebar-cart-ul a.address-selection{
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    text-align: center;
    border-radius: 50px;
    display: block;
    padding: 10px 0;
    transition: .2s;
}

.cart-main .p-sidebar-cart ul.sidebar-cart-ul a.address-selection:hover{
    opacity: .8;
    transition: .2s;
}

.cart-main .p-content-cart .card-body .current-address .subtitle a.edit-address{
    color: #00bfd6 !important;
    border-bottom: 1px dashed #00bfd6;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    float: left;
    padding-bottom: 5px;
    margin-left: 20px;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .add-address{
    color: #00bfd6;
    border-color: #00bfd6;
    font-size: 14px;
    float: left;
    box-shadow: none;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .add-address:hover{
    background-color: #00bfd6;
    color: #fff;
    border-color: #00bfd6;
}

.cart-main .p-content-cart .shipping-time{
    font-size: 12px;
    color: #bdbdbd;
    margin-bottom: 20px;
}

.outline-radio{
    width: auto;
    margin-right: 4px;
    position: relative;
    min-width: 24px;
    vertical-align: middle;
}

.outline-radio input[type=radio]{
    position: absolute;
    opacity: 0;
    z-index: 99;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 0px;
    cursor: pointer;
}

.outline-radio span.outline-radio-check{
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #a5a5a5;
}

.outline-radio input[type=radio]:checked+.outline-radio-check{
    background-color: #fff;
    border: 1px solid #00bfd6;
}

.outline-radio .outline-radio-check:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    background-color: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.outline-radio input[type=radio]:checked+.outline-radio-check:before{
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    background-color: #00bfd6;
    width: 10px;
    height: 10px;
}

.cart-main .p-content-cart .outline-radio span.outline-radio-check{
    top: 4px;
}

.cart-main .p-content-cart .shipping-desc-content{
    width: 100%;
}

.cart-main .p-content-cart .shipping-desc-content .shipping-desc{
    width: 100%;
    float: right;
}

.cart-main .p-content-cart .shipping-desc-content .shipping-desc-item .nav-tabs{
    border-bottom: 0 solid #e0e0e0;
    background-color: #e0e0e0;
}

.cart-main .p-content-cart .shipping-desc-content .shipping-desc-item .nav-tabs a.nav-link{
    border: none;
    border-radius: 0;
    color: #495057;
    text-align: center;
}

.cart-main .p-content-cart .shipping-desc-content .shipping-desc-item .nav-tabs a.nav-link.active{
    color: #00bfd6;
}

.cart-main .p-content-cart .card-body .card-header-item button{
    box-shadow: none;
    padding: 0;
}

.cart-main .p-content-cart .card-body .col{
    width: 50%;
    float: right;
    padding: 0;
}

.show-less{
    display: none;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-article{
    margin: 0;
    padding-right: 0;
    position: relative;
    padding-bottom: 10px;
    transition: height .3s ease-in-out;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text{
    display: none;
    width: 100%;
    float: right;
    margin: 25px 0;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text button{
    width: 100%;
    font-size: 16px !important;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text button i{
    vertical-align: middle;
    font-size: 21px;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text .address-list-data{
    border: 1px solid #00bfd6;
    width: 100%;
    float: right;
    margin: 20px 0;
    padding: 30px 0 0;
    border-radius: 5px;
    overflow: hidden;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text .address-list-data button{
    width: auto;
    float: left;
    font-size: 14px !important;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text .address-list-data button.deleteAdddress{
    color: #fb4b63;
    border-color: #fb4b63;
    box-shadow: none;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text .address-list-data button.deleteAdddress:hover{
    background-color: #fb4b63;
    color: #fff;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text .address-list-data button.EditAddresse{
    color: #00bfd6;
    border-color: #00bfd6;
    box-shadow: none;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text .address-list-data button.EditAddresse:hover{
    background-color: #00bfd6;
    color: #fff;
}

.cart-main .p-content-cart .card-body .current-address .subtitle .content-expert-text .address-list-data .address-footer{
    margin-top: 20px;
    background-color: #00bfd6 !important;
    padding: 5px 0;
}

.w-20{
    width: 22% !important;
}

/* modal */

.modal-header .close{
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    top: 23px;
    left: 10px;
    outline: none;
    background-color: rgb(245, 245, 245);
    width: 38px;
    height: 38px;
    font-size: 25px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    padding: 0;
}

.modal-title{
    color: #fb4b63;
}

.middle-container{
    min-width: unset;
    width: 100%;
    max-width: 100%!important;
    padding: 0;
}

.middle-container .form-checkout{
    width: 100%;
    height: auto;
    padding: 0;
    float: right;
    text-align: right;
}

.middle-container .form-checkout .form-checkout-row{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
    
}

.middle-container .form-checkout .form-checkout-row label{
    font-size: 12px;
    color: #858585;
    width: 100%;
    margin-bottom: 10px;
    float: right;
}

.middle-container .form-checkout .form-checkout-row .input-name-checkout{
    display: block;
    font-size: 12px;
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #cfcfcf;
    padding: 0 10px;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: none;
}

.middle-container .form-checkout .form-checkout-row .text-description{
    display: block;
    font-size: 12px;
    width: 100%;
    height: 130px;
    outline: none;
    border: 1px solid #cfcfcf;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: none;
}

.middle-container .form-checkout .form-checkout-valid-row{
    width: 47%;
    margin-left: 5px;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 5px;
}

.middle-container .form-checkout .form-checkout-row .input-name-checkout::placeholder{
    text-indent: 0;
    color: #858585;
}

.middle-container .form-checkout select{
    font-size: 12px;
    width: 100%;
    outline: none;
    height: 45px;
    border: 1px solid #cfcfcf;
    border-radius: 15px;
    padding: 0 10px;
    color: #858585;
    margin-left: 0;
    margin-bottom: 20px;
}

.middle-container a.cancel-edit-address{
    float: left;
    font-size: 14px;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
}

.middle-container .form-checkout .form-checkout-row .btn-registrar{
    padding: 10px 50px;
    border-radius: 50px;
    background-color: #fb4b63;
    color: #fff;
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    transition: .2s;
}

.middle-container .form-checkout .form-checkout-row .btn-registrar:hover{
    background-color: #fa2643;
    transition: .2s;
}

/* modal */
.box-option{
    position: relative; 
    margin: 15px 0 15px 15px;
}

.box-option .box-option-control{
    display: none;
}

.box-option .box-option-label{
    display: block;
    border: 1px solid #757575;
    margin: 0;
    border-radius: .25rem;
    z-index: 1;
    filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    -moz-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    -o-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    -ms-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    cursor: pointer;
}

.box-option .box-option-control:checked~.box-option-label{
    border-color: #06b1b5;
    color: #212121;
    filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
}

.box-option .box-option-label .box-option-image{
    padding: 5px;
}

.box-option .box-option-label .box-option-image img{
    filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    -moz-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    -o-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
    -ms-filter: invert(0%) sepia(0%) saturate(0%) brightness(100%) contrast(100%) opacity(26%);
}

.box-option-control:checked~.box-option-label .box-option-image img{
    filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
}

.text-shipping-totals{
    font-size: 14px;
    margin: 10px 0;
}

.form-auth-row{
    padding-right: 25px;
    position: relative;
    line-height: 1.833;
    letter-spacing: -.7px;
    margin: 20px 0;
}

.ui-checkbox{
    width: 20px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 10px;
}

.ui-checkbox input[type=checkbox]{
    display: block !important;
    opacity: 0;
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 19px;
    cursor: pointer;
}

.ui-checkbox-check{
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #dedede;
}

.form-auth-row .ui-checkbox input[type=checkbox]:checked+.ui-checkbox-check:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #17a2b8;
    border: 1px solid #17a2b8;
    color: #fff;
    font-size: 13px;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    padding-right: 2px;
    padding-top: 1px;
}

.form-auth-row .remember-me{
    float: right;
    margin-top: -4px;
    margin-right: 10px;
    text-align: right;
}

.form-auth-row .remember-me a{
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}

.account-agree .remember-me{
    margin-right: 10px;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 12px !important;
    position: absolute;
    right: 45px;
}

.account-agree .remember-me a{
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd; 
    margin-left: 2px;
    display: inline-block;
    text-decoration: none;
}

.cart-main .p-content-cart .card-body .dec-div{
    width: 100%;
    float: right;
    padding: 5px 35px;
}

.cart-main .p-content-cart .card-body .form-control{
    padding: 1.3rem .75rem;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: none;
    color: #616161;
}

.cart-main .p-content-cart .card-body .form-control:focus{
    border-color: #06b1b5;
    background: transparent;
}

.cart-main .p-content-cart .card-body .form-control::placeholder{
    color: #cccccc;
}

.cart-main .p-content-cart .card-body .btn-actions{
    position: absolute;
    left: 0;
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#74dbb0 0%,#06b1b5 100%);
    background-repeat: repeat-x;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    outline: none;
    box-shadow: none;
}

.cart-main .p-content-cart .card-body .icon-success{
    width: 135px;
    height: 130px;
    background: #fff;
    border: 2px solid #5c4e5d;
    border-radius: 50%;
    line-height: 124px;
    text-align: center;
    margin: 25px auto;
    font-size: 90px;
    color: #41d691;
}

.cart-main .p-content-cart .card-body .warning{
    color: #fb4b63;
}

.cart-main .p-content-cart .card-body .order-actions .btn-success{
    background-color: #41d691;
    border-color: #41d691;

}

.cart-main .p-content-cart .card-body .order-actions .btn-danger{
    background-color: #fb4b63;
    border-color: #fb4b63;

}

.cart-main .p-content-cart .card-body .order-actions .btn-order-tracking{
    margin-top: 30px;
    padding: .7rem 1.75rem;
    border-radius: 50px;
}

.cart-main .p-content-cart .card-body .order-actions .btn-order-tracking i{
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.cart-main .p-content-cart .card-body .order-actions .btn-success:hover{
    background-color: #2cbd4c !important;
    border-color: #2cbd4c !important;
}

.cart-main .p-content-cart .card-body .order-actions .btn-danger:hover{
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff;
}

.cart-main .p-content-cart .card-body .order-actions .btn-contact-backup{
    background-color: #fff;
    border-color: #fb4b63;
    color: #fb4b63;
}
/* page-cart */

/* login */
.container-login{
    background-image: url(../images/bg-login.jpg);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container-login::before{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

main .logo-account{
    padding-top: 20px;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

main .logo-account img{
    max-width: 100%;
}

main .logo-account .text-logo{
    font-size: .75rem;
    font-weight: normal;
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #fb4b63;
}

main .account-box{
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 0 1px 4px 2px rgba(0,0,0,.12);
    float: right;
    border-radius: 5px;
    overflow: hidden;
}

main .account-box .massege-light{
    width: 100%;
    padding: 20px 5px;
    float: right;
    background: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    font-size: 12px;
    margin: 15px 0;
    border-radius: 5px;
}

.account-head-line{
    padding: 13px 20px;
    font-size: 18px;
    width: 100%;
    float: right;
    text-align: right;
    color: #3c3c3c;
    font-weight: 500;
    border-right: 4px solid #06b1b5;
    margin-bottom: 30px;
}

.account-phone{
    font-size: .75rem !important;
    font-weight: normal !important;
    margin-bottom: 15px;
    padding: 0 20px;
}

main .account-box .content-account{
    padding: 10px 30px;
    float: right;
    width: 100%;
    position: relative;
}

main .account-box .content-account .account-item{
    position: relative;
}

main .account-box .content-account .account-item > label{
    font-size: 13px;
    display: block;
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
    color: #06b1b5;
    z-index: 99;
    background-color: #fff;
    padding: 0 5px;
    white-space: nowrap;
}

main .account-box .content-account .email label{
    position: absolute;
    top: 10px;
    right: 25px;
}

main .account-box .content-account .password label{
    position: absolute;
    top: 75px;
    right: 25px;
}

main .account-box .content-account .input-email-account{
    position: relative;
}

main .account-box .content-account input{
    width: 100%;
    height: 45px;
    background: #fff;
    outline: none;
    font-size: 12px;
    color: #777;
    text-align: left;
    float: right;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin-top: 20px;
    padding: 0 10px 0 10px;
    transition: all .2s;
}

main .account-box .content-account input:focus{
    border: 1px solid #a09f9f;
    transition: all .2s;
}

main .account-box .content-account input::placeholder{
    text-align: right;
    text-indent: 0;
}

main .account-box .content-account .account-link-password{
    float: left;
    font-size: 12px;
    color: #06b1b5;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 500;
}

main .account-box .content-account span.mdi-account-outline{
    position: absolute;
    right: 35px;
    top: 150px;
    font-size: 30px;
    color: #929292;
}

main .account-box .content-account .account-item-reg{
    width: 48%;
    display: inline-block;
    margin-left: 5px;
}

main .account-box .content-account .user label{
    position: absolute;
    top: 10px;
    right: 25px;
}

main .account-box .content-account .again-password label{
    position: absolute;
    top: 10px;
    right: 25px;
}

main .account-box .register .password label{
    position: absolute;
    top: 10px;
    right: 25px;
}

main .account-box .content-account input.input-user-account{
    text-align: right;
}

main .account-box .content-account .order{
    width: 100%;
    float: right;
    margin-bottom: 50px;
}

main .account-box .content-account .password-old label{
    position: absolute;
    top: 10px;
    right: 25px;
}

main .account-box .content-account .password-new label{
    position: absolute;
    top: 75px;
    right: 25px;
}

main .account-box .content-account .password-new-again label{
    position: absolute;
    top: 140px;
    right: 25px;
}

main .account-box .content-account .btnLogin{
    margin: 40px auto 20px;
    display: block;
    padding: 10px 30px !important;
    border-radius: 50px;
    background-color: #fb4b63;
    border-color: #fb4b63;
    box-shadow: none !important;
}

main .account-box .account-footer{
    width: 100%;
    display: inline-block;
    float: right;
    height: auto;
    text-align: center;
    background-color: #e2e2e2;
    color: #2b2b2b;
    font-size: 14px;
    padding: 15px 20px;
}

main .account-box .account-footer a{
    color: #06b1b5;
}

.boxes {
    margin: auto;
    padding: 0;
    float: right;
    margin-top: 20px;
  }
  
  /*Checkboxes styles*/
input[type="checkbox"] { 
    display: none; 
}
  
input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 20px;
    color: #5d5d5d;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
  
input[type="checkbox"] + label:last-child { 
    margin-bottom: 0; 
}
  
input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #06b1b5;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
  
input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    right: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-light{
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
    background: none;
    padding: 30px 20px 0;
}

.footer-light ul.footer-light-link li{
    display: inline-block;
}

.footer-light ul.footer-light-link li a{
    font-size: 16px;
    text-decoration: none;
    color: #424242;
    padding: 0 15px;
}

.footer-light .title-footer,.copy-right-footer-light{
    font-size: 12px;
    color: #424242;
    padding: 5px 0;
}
/* login */

/* profile */
.sidebar-profile{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.sidebar-profile .box-sidebar-item{
    box-shadow: 0 1px 4px 2px rgba(0,0,0,.12);
    position: relative;
    display: block;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .3rem;
    width: 100%;
    margin-bottom: 25px;
    float: right;
    padding: 7px 5px;
    overflow: hidden;
}

.sidebar-profile .box-sidebar-item .profile-box{
    padding: 1.25rem;
}

.sidebar-profile .box-sidebar-item .profile-box .profile-box-content .profile-box-phone{
    font-size: 14px;
}

.sidebar-profile .box-sidebar-item .profile-box .profile-box-row-arrow{
    display: block;
    font-size: 14px;
    color: #212121;
    margin-top: 0;
    cursor: pointer;
    float: right;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.sidebar-profile .box-sidebar-item .profile-box .profile-box-row-arrow .profile-box-title{
    float: right;
    margin-top: 10px;
    color: #bdbdbd;
    font-weight: 500;
}

.sidebar-profile .box-sidebar-item .profile-box .profile-box-row-arrow .profile-box-price{
    float: left;
    text-align: left;
    margin-top: 10px;
    color: #bdbdbd;
    font-weight: 500;
}

.sidebar-profile .box-sidebar-item .profile-box .profile-box-row-arrow .profile-box-price .wallet-amount{
    float: right;
    margin-left: 10px;
}

.sidebar-profile .box-sidebar-item .profile-box .profile-box-tabs{
    margin: 0 -24px -26px;
    display: block;
}

.sidebar-profile .box-sidebar-item .profile-box .profile-box-tabs .profile-box-tab-sign-out{
    color: #fb4b63;
    margin-top: 20px;
    border-color: #ffffff;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 50px;
    font-weight: 700;
    padding: .6rem 3.75rem;
}

.sidebar-profile .box-sidebar-item .profile-box .profile-box-tabs .profile-box-tab-sign-out:hover{
    background-color: #fb4b63;
    color: #ffffff;
}

.sidebar-profile .box-sidebar-item ul.profile-menu-items li a.profile-menu-url{
    position: relative;
    display: block;
    padding: .7rem;
    transition: all 400ms ease;
    width: 100%;
    color: #616161;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
}

.sidebar-profile .box-sidebar-item ul.profile-menu-items li a.profile-menu-url:hover{
    transition: all 400ms ease;
    background-color: #eee;
}

.sidebar-profile .box-sidebar-item ul.profile-menu-items li a.active{
    color: #06b57c !important;
    background-color: rgb(6 181 84 / 10%) !important;
}

.sidebar-profile .box-sidebar-item ul.profile-menu-items li a.profile-menu-url i{
    font-size: 22px;
    vertical-align: middle;
    margin-left: 10px;
}

/* content-profile */
.content-profile{
    width: 100%;
    margin-top: 20px;
    float: left;
}

.content-profile .card{
    box-shadow: 0 1px 4px 2px rgba(0,0,0,.12);
    background-color: #fafafa !important;
    position: relative;
    display: block;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .3rem;
    width: 100%;
    margin-bottom: 25px;
    float: left;
    padding: 7px 5px;
}

.content-profile .card .card-body{
    padding: 1rem;
    text-align: center;
}

.content-profile .card .card-body .content-body{
    float: right;
    font-size: 12px;
    text-align: right;
}

.content-profile .card .card-body .content-body span.title{
    font-weight: 500;
}

.content-profile .card .card-body .content-body small.amount{
    margin-top: 10px;
    font-size: 13px;
}

.content-profile .card .card-header{
    position: relative;
    background-color: transparent;
    border: none;
    padding-right: 35px;
    margin-top: -7px;
}

.content-profile .card .card-header::before{
    content: '';
    position: absolute;
    right: 10px;
    top: 0px;
    width: 4px;
    display: block;
    background: #06b1b5;
    height: 4rem;
}

.content-profile .card .card-header .card-header-caption .card-header-caption-title .card-header-caption-text{
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
}

.content-profile .card .card-header .card-header-caption .card-header-caption-title button.btn-create-shopping-list{
    padding: .0rem 1.5rem;
    border-radius: 50px;
    float: left;
    color: #06b1b5;
    border-color: #06b1b5;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: none;
}

.content-profile .card .card-header .card-header-caption .card-header-caption-title button.btn-create-shopping-list:hover{
    color: #ffffff;
    border-color: #06b1b5;
    background-color: #06b1b5;
}

.content-profile .card .card-header .card-header-caption .card-header-caption-title button.btn-create-shopping-list i{
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
}

.content-profile .card .card-body .form-row{
    text-align: right;
}

.content-profile .card .card-body .form-row label.title{
    font-size: .75rem;
    font-weight: normal;
    color: #06b1b5;
}

.content-profile .card .card-body .form-row .form-control{
    display: block;
    width: 100%;
    height: 3rem;
    padding: .5rem 1rem;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    color: #616161;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 3.75rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.content-profile .card .card-body button.btn-edit{
    color: #fb4b63;
    border-color: #fb4b63;
    padding: .6rem 2rem;
    background-color: #fff;
    border-radius: 3.75rem;
    box-shadow: none !important;
}

.content-profile .card .card-body button.btn-edit:hover{
    background-color: #fb4b63;
    color: #ffffff;
}

.content-profile .card .card-body button.btn-edit i{
    font-size: 25px;
    vertical-align: middle;
}

.content-profile .card .card-body .table-responsive .table{
    color: #808080;
    text-align: right;
    background-color: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
}

.content-profile .card .card-body .table-responsive .table .thead-light th{
    background-color: #06b1b514 !important;
    color: #5f5f5f;
    border-bottom: 0px solid #fff;
    font-weight: 700;
    font-size: 14px;
}

.content-profile .card .card-body .table-responsive .table tbody td{
    font-size: 13px;
    vertical-align: middle;
}

.content-profile .card .card-body .table-responsive .table tfoot tr{
    font-size: 13px;
    vertical-align: middle;
}

.content-profile .card .card-body .table-responsive .table tbody td a.show-kala{
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background: #8a8a8a;
    border-color: #8a8a8a;
    border-radius: 20px;
    font-weight: 500;
}

.content-profile .card .card-body .box-option-label{
    display: block;
    border: 1px dashed #06b1b5;
    margin: 0;
    border-radius: 20px;
    z-index: 1;
    margin-bottom: 25px;
}

.content-profile .card .card-body .box-option-label .address-item{
    padding: 1.25rem !important;
    text-align: right;
}

.content-profile .card .card-body .box-option-label .address-item .address-content ul.address-info li{
    display: block;
    margin-bottom: 20px;
}

.content-profile .card .card-body .box-option-label .address-item .address-content ul.address-info li span.title{
    color: #06b1b5;
}

.content-profile .card .card-body .box-option-label .address-item .address-content ul.address-info li span.amount{
    color: #424242;
}

.content-profile .card .card-body .rem-edit button{
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: none !important;
}

.content-profile .card .card-body .rem-edit button.btn-remove{
    color: #fb4b63;
    border-color: #fb4b63;
    background-color: #fff;
}

.content-profile .card .card-body .rem-edit button.btn-remove:hover{
    color: #fff;
    background-color: #fb4b63;
}

.content-profile .card .card-body .rem-edit button.btn-edit{
    color: #06b1b5;
    border-color: #06b1b5;
    background-color: #fff;
}

.content-profile .card .card-body .rem-edit button.btn-edit:hover{
    color: #fff;
    background-color: #06b1b5;
}

.content-profile .card .card-body .rem-edit button i{
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
}

.content-profile .card .card-body .text-caption{
    font-size: .75rem !important;
    font-weight: normal !important;
    margin: 20px 0;
}

.content-profile .card .card-body .Identification-code-group .form-control:last-child{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    
}

.content-profile .card .card-body .Identification-code-group .form-control:first-child{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    
}

.content-profile .card .card-body .Identification-code-group .form-control{
    border-radius: 50px;
    margin-left: -6px;
    padding: .9rem .75rem;
    height: auto;
    display: inline-block;
    width: 30%;
    font-size: 13px;
}

.content-profile .card .card-body .form-profile input.en-number{
    border-radius: 50px;
    text-align: left;
    box-shadow: none;
    padding: 1.3rem .75rem;
    direction: ltr;
    font-size: 14px;
} 

.content-profile .card .card-body .form-profile .btn-send-code{
    margin: 20px 0;
    border-radius: 50px;
    width: 100%;
    padding: 0.6rem .75rem;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.content-profile .card .card-body .request-money .bank-card-number{
    width: 100%;
    padding: 30px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 25px;
}

.content-profile .card .card-body .request-money .bank-card-number h5.title{
    color: #363636;
}

.content-profile .card .card-body .request-money .bank-card-number p.amount{
    color: #686868;
    line-height: 28px;
    margin-top: 20px;
}

.content-profile .card .card-body .request-money .cardInputs .lines-card-inputs .input-digit{
    color: #616161;
    background-color: transparent;
    margin-left: 1rem !important;
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #bdbdbd;
    box-shadow: none;
    min-width: 60px;
    max-width: 90px;
    display: inline-block;
    outline: none;
}

.content-profile .card .card-body .request-money .cardInputs .lines-card-inputs .input-digit:focus{
    border-color: #06b1b5;
}

.content-profile .card .card-body .request-money button.btn-add-card{
    border-radius: 50px;
    padding: .5rem 3rem;
    font-size: 14px;
}

.content-profile .card .card-body .request-money .bank-card-sidebar{
    width: 100%;
    padding: 30px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 25px;
}

.content-profile .card .card-body .request-money .bank-card-sidebar ul.bank-card-ul li{
    display: block;
    margin: 10px 0 35px;
}

.content-profile .card .card-body .request-money .bank-card-sidebar ul.bank-card-ul li:last-child{
    margin: 32px 0 35px;
}

.content-profile .card .card-body .request-money .bank-card-sidebar button.btn-request-cash{
    border-radius: 50px;
    padding: .5rem 3rem;
    font-size: 14px;
    margin-top: 30px;
}

.content-profile .card .card-body .your-account-balance,.transaction-history{
    margin: 20px 0 30px;
}

.content-profile .card .card-body .your-account-balance .operation-balance button.btn-increase-credit{
    margin-top: 10px;
    color: #06b1b5;
    border-color: #06b1b5;
    background-color: #ffffff;
    border-radius: 50px;
    padding: .6rem 2rem;
}

.content-profile .card .card-body .your-account-balance .operation-balance button.btn-increase-credit:hover{
    color: #fff;
    border-color: #06b1b5;
    background-color: #06b1b5;
}

.content-profile .card .card-body .your-account-balance .operation-balance button.btn-credit-transfer{
    margin-top: 10px;
    color: #fb4b63;
    border-color: #fb4b63;
    background-color: #ffffff;
    border-radius: 50px;
    padding: .6rem 2rem;
}

.content-profile .card .card-body .your-account-balance .operation-balance button.btn-credit-transfer:hover{
    color: #fff;
    border-color: #fb4b63;
    background-color: #fb4b63;
}

.content-profile .card .card-body .transaction-history .form-row .title-data{
    font-size: .75rem !important;
    font-weight: normal !important;
}

.bd-main{
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    border: none;
    border-radius: 5px;
}

.bd-next, .bd-prev{
    font-size: 12px;
}

.bd-table thead{
    background-color: #fff;
    color: #0f0f0f;
    font-size: 14px;
}

.bd-table thead tr th{
    font-weight: bold;
}

.bd-table-days button{
    font-size: 12px;
}

.content-profile .card .card-body .transaction-history .form-row button.btn-view-data{
    margin-top: 10px;
    color: #fb4b63;
    border-color: #fb4b63;
    background-color: #ffffff;
    border-radius: 50px;
    padding: .6rem 1rem;
    height: 45px;
    margin-top: 30px;
}

.content-profile .card .card-body .transaction-history .form-row button.btn-view-data:hover{
    color: #fff;
    border-color: #fb4b63;
    background-color: #fb4b63;
}

.content-profile .card .card-body .btn-submit-request{
    margin-top: 0;
    color: #ffffff;
    border-color: #fb4b63;
    background-color: #fb4b63;
    border-radius: 50px;
    padding: .6rem 1rem;
    float: right;
    margin-bottom: 20px;
}

.modal{
    z-index: 999999;
}

.modal-backdrop{
    z-index: 99999;
}

/* profile */

/* faq */
.info-page-faq{
    box-shadow: 0 1px 4px 2px rgba(0,0,0,.12);
    margin: 25px 0;
    padding: 1rem;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.card-header{
    background-color: #ffffff;
    border-bottom: none;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    height: 4rem;
    line-height: 4rem;
    position: relative;
    margin-top: -15px;
    margin-right: -16px;
}

.card-header .card-header-caption-text{
    line-height: 60px;
}

.info-page-faq .tab-content .card-body{
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 300;
}

.info-page-faq .card-body ul.nav-tabs{
    margin: 0 auto;
    display: block;
    border-bottom: none;
}

.info-page-faq .card-body ul.nav-tabs li.nav-item{
    display: inline-block;
}

.info-page-faq .card-body ul.nav-tabs li.nav-item a.nav-link{
    border: none;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
}

.info-page-faq .card-body ul.nav-tabs li.nav-item a.nav-link.active{
    color: #fb4b63 !important;
}

.info-page-faq .card-body ul.nav-tabs li.nav-item a.nav-link .nav-link-icon{
    color: #fb4b63;
}

.info-page-faq .card-body ul.nav-tabs li.nav-item a.nav-link.active .nav-link-icon{
    color: #ffffff !important;
    background-color: #fb4b63 !important;
    border-color: #fb4b63 !important;
}

.info-page-faq .card-body ul.nav-tabs li.nav-item a.nav-link:hover .nav-link-icon{
    border: 1px solid #06b1b5;
    background: rgba(6,177,181,.05);
    color: #06b1b5;
}

.info-page-faq .card-body ul.nav-tabs li.nav-item a.nav-link .nav-link-icon{
    border: 1px solid #fb4b63;
    background: transparent;
    margin: .5rem 1rem;
    padding: 0;
    border-radius: 50%;
    width: 64px;
    line-height: 64px;
    font-size: 1.7rem;
    height: 64px;
    background-size: 64px 64px !important;
    display: block;
    align-items: center;
    justify-content: center;
}

.info-page-faq .card-body .tab-content .accordion-item{
    border: 1px solid rgba(0,0,0,.125);
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.info-page-faq .card-body .tab-content .accordion-item:first-child{
    margin-top: 20px;
}

.info-page-faq .card-body .tab-content button.btn-collapse{
    padding: 1rem 1.25rem;
    width: 100%;
    background-color: #eee;
    color: #424242;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    border: none;
    box-shadow: none !important;
    outline: none;
    border-radius: 0;
    line-height: 31px;
}

.info-page-faq .card-body .tab-content button.btn-collapse i{
    float: left;
    font-size: 25px;
    vertical-align: middle;
    transition: .2s;
    color: #616161;
}

.info-page-faq .card-body .tab-content button[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: .2s;
}
/* faq */

/* search */
.small-gutters .card-body .shop-archive-sidebar .widget-product-categories{
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    float: right;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .card-header-caption-text button{
    font-size: 16px;
    background: transparent;
    box-shadow: none;
    margin-top: 10px;
    font-weight: 500;
    padding-right: 0;
    padding-left: 0;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .card-header-caption-text button i{
    float: left;
    transition: .2s;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .card-header-caption-text button[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: .2s;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter{
    position: relative;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter input.input-search-product{
    background-color: #fafafa !important;
    border: none;
    border-radius: 50px;
    padding: 1.5rem 3.5rem 1.5rem 1rem;
    font-size: 14px;
    color: #616161;
    margin-bottom: 15px;
    box-shadow: none;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter button.btn-search-sidebar{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    overflow: hidden;
    right: 4px;
    border-radius: 0 50px 50px 0;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter button.btn-search-sidebar img{
    margin-top: 0;
    width: 50px;
    height: 100%;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter input.input-search-product::placeholder{
    color: rgb(184, 184, 184);
    font-size: 12px;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter .catalog ul.catalog-list a.catalog-link{
    color: #545454;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 5px;
    display: block;
    margin-bottom: 5px;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter .catalog ul.catalog-list a.active{
    color: #06b1b5 !important;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter .catalog ul.catalog-list i{
    padding-left: 10px;
    font-size: 15px;
    color: #9a9a9a;
    vertical-align: middle;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter .catalog ul.catalog-list .show-more{
    width: 100%;
    height: auto;
    padding: 5px 10px;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter .catalog ul.catalog-list .show-more a.catalog-cat-item{
    padding: 0 35px 10px 0;
    width: 100%;
    display: block;
    color: #545454;
    cursor: pointer;
    font-size: 15px;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter .catalog ul.catalog-list li a{
    padding-right: 72px !important;
    font-size: 14px;
    color: #bdbdbd !important;
    padding-bottom: 10px;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter ul li.checkbox-more{
    display: none;
    width: 100%;
}

.show-less{
    display: none;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter ul li .read-more-link{
    color: #06b1b5;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px 15px 5px;
    margin-top: 15px;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter ul li .read-more-link i{
    padding-left: 10px;
    font-size: 15px;
    vertical-align: middle;
}

.small-gutters .card-body .shop-archive-sidebar .widget-product-categories .product-filter ul li .read-more-link span{
    font-weight: 700;
}

/* range-price------------------------*/

.range-slider {
    padding-top: .5rem
}

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none
}

.noUi-horizontal {
    height: 5px;
    margin-right: 10px;
}

.noUi-horizontal .noUi-handle {
    top: -8px;
    left: -.375rem;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    box-shadow: none
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-handle::before {
    display: none
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    border: 1px solid #d4d4d4 ;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    border: 1px solid #d4d4d4 ;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper::before{
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "\F141";
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 20px;
    color: #06b1b5;
    width: 0;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower::before{
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "\F142";
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 20px;
    color: #06b1b5;
    width: 0;
}

.noUi-horizontal .noUi-handle:focus {
    outline: none
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -.375rem;
    left: auto
}

.ui-range-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem
}

.ui-range-slider-footer>.column:last-child {
    padding-right: .9375rem;
    text-align: right
}

.ui-range-values {
    display: inline-block
}

.ui-range-values .ui-range-value-min,
.ui-range-values .ui-range-value-max {
    display: inline-block;
    font-size: .875rem;
    font-weight: bold
}

.ui-range-values .ui-range-label {
    display: inline-block;
    margin-right: .125rem;
    color: #8c8c8c;
    font-size: .75rem;
    font-weight: 600
}

.noUi-connect {
    background: #06b1b5 !important;
}

.filter-range{
    font-size: 13px;
    text-align: right;
    color: #9e9e9e;
}

.filter-range .example-val{
    color: #06b1b5;
    font-size: 20px;
    font-weight: bold;
}

.btn-range{
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#74dbb0 0%,#06b1b5 100%);
    background-repeat: repeat-x;
    font-size: 14px;
    transition: all 300ms ease-out;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    margin-top: 10px;
    box-shadow: none !important;
}

.btn-range:hover{
    opacity: 0.7;
    transition: all 300ms ease-out;
    color: #fff;
}
/* range-price------------------------*/
.shop-archive-content{
    width: 100%;
    position: relative;
}

#breadcrumb{
    font-size: 14px;
    padding: 0;
    color: #bbb;
    margin-bottom: 0;
    position: relative;
    background: transparent;
    display: block;
}

#breadcrumb .breadcrumb{
    border-radius: 5px;
}

#breadcrumb li.breadcrumb-item a{
    color: #aaa;
}

.shop-archive-content .archive-header{
    margin-bottom: 20px;
    display: block;
    text-align: right;
    margin-top: 25px;
}

.shop-archive-content .archive-header .sort-tabs h4{
    display: inline-block;
    font-size: 16px;
    color: #585858;
    margin-left: 10px;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res{
    display: inline-block;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res ul li a.nav-link{
    padding: 2px 0 10px;
    color: #777;
    font-size: 14px;
    position: relative;
    transition: all .2s;
    margin: 0 10px;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res ul li a.active{
    color: #fb4b63;
    transition: all .2s;
    font-weight: 500;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res ul li a.active::before{
    width: 25px;
    height: 4px;
    content: "";
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    position: absolute;
    border-radius: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all .2s;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res ul li a.active:hover::before{
    width: 100%;
    transition: all .2s;
}

.shop-archive-content .product-items{
    width: 100%;
    height: auto;
    padding: 15px 0;
    position: relative;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res .archive-ordering-filter{
    display: none;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res .archive-ordering-filter .modal-dialog h5{
    font-size: 14px;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res .archive-ordering-filter .modal-dialog ul.sort-tabs-options li{
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res .archive-ordering-filter .modal-dialog ul.sort-tabs-options li a{
    display: inline-block;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res .archive-ordering-filter .ordering button.btn-ordering{
    box-shadow: none;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    outline: none;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res .archive-ordering-filter .ordering button span{
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.shop-archive-content .archive-header .sort-tabs .nav-sort-tabs-res .archive-ordering-filter .ordering .modal-footer button{
    width: 100%;
    background-image: linear-gradient(to right,#74dbb0 0%,#06b1b5 100%);
    border-color: #fff;
}

.shop-archive-content .product-items .product-box{
    width: 100%;
    height: auto;
    padding: 25px 0;
    border-radius: 5px;
    background: #fff;
    margin-left: 10px;
    position: relative;
    -webkit-transition: box-shadow .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);
}

.shop-archive-content .product-items .product-box a.product-box-image{
    text-align: center;
    display: block;
}

.shop-archive-content .product-items .product-box:hover{
    box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
    z-index: 10;
    -webkit-transition: box-shadow .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);
}

.shop-archive-content .product-items .product-box .thumb a.product-box-image img{
    max-width: 100%;
}

.shop-archive-content .product-items .product-box .thumb a.product-box-image .product-box-discount{
    margin: auto;
    background: #79afff;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    border-radius: 50px 50px 0 50px;
    padding: 5px 10px;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    text-align: center;
    position: absolute;
    left: 10px;
    width: 50px;
    top: 10px;
}

.shop-archive-content .product-items .product-box .title{
    text-align: center;
    margin-top: 15px;
    font-size: 0.9rem;
    font-weight: normal;
    overflow: hidden;
    max-width: 100%;
    line-height: 2;
}

.shop-archive-content .product-items .product-box .product-box-content{
    width: 100%;
    margin-top: 10px;
}

.shop-archive-content .product-items .product-box .product-box-content .price{
    height: auto;
    font-size: 20px;
    text-align: center;
}

.shop-archive-content .product-items .product-box .product-box-content .price del{
    color: #bdbdbd;
    letter-spacing: .5px;
    font-size: 1rem;
    display: block;
    margin-left: 10px;
}

.shop-archive-content .product-items .product-box .product-box-content .price del span span{
    font-size: 0.9rem;
}

.shop-archive-content .product-items .product-box .product-box-content .price ins span span{
    font-size: 0.9rem;
}

.shop-archive-content .product-items .product-box .product-box-content .price ins{
    width: 100%;
    color: #fb4b63;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
}

.shop-archive-content .product-items .product-box .product-box-action{
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.shop-archive-content .product-items .product-box .product-box-action button.add-to-cart{
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    border-radius: 50px;
    padding: .3rem .75rem;
    box-shadow: none !important;
    font-size: 14px;
}

.shop-archive-content .product-items .product-box .product-box-action button.add-to-cart i{
    font-size: 20px;
    vertical-align: middle;
    margin-left: 0;
}

.shop-archive-content .product-items .card-pagination-footer{
    padding: .75rem 1.25rem;
    width: 100%;
    text-align: center;
    float: right;
}

.shop-archive-content .product-items .card-pagination-footer .pagination .page-item{
    display: inline-block;
}

.shop-archive-content .product-items .card-pagination-footer .pagination .page-item a.page-link{
    border: none;
    width: 3rem;
    height: 3rem;
    line-height: 2rem;
    text-align: center;
    color: #212121;
    box-shadow: none;
    border-radius: 5px;
}

.shop-archive-content .product-items .card-pagination-footer .pagination .page-item a.active{
    color: #fff;
    background-color: #06b1b5;
    border-color: #06b1b5;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item:last-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.shop-archive-content .product-items .card-pagination-footer .pagination .page-item-divider{
    width: 3rem;
    height: 3rem;
    position: relative;
    top: 20px;
}

.shop-archive-content .product-items .card-pagination-footer .pagination .page-item-divider::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #e0e0e0;
    display: block;
    top: 0;
    left: 50%;
}

/* search */

/* single-product */

/* gallery */
.product .product-gallery .swiper-container-gallery {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.product .product-gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product .product-gallery .swiper-slide .hover-img-link img{
    max-width: 75%;
}

.product .product-gallery .gallery-top {
    height: 80%;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.product .product-gallery .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
    border-radius: .3rem;
    text-align: center;
}

.product .product-gallery .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.product .product-gallery .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product .product-gallery .gallery-top .swiper-button-next{
    background-color: #ffffff;
    width: 35px;
    border: 1px solid #eeeeee;
    height: 35px;
    border-radius: 50px;
    text-align: center;
}

.product .product-gallery .gallery-top .swiper-button-prev{
    background-color: #ffffff;
    width: 35px;
    border: 1px solid #eeeeee;
    height: 35px;
    border-radius: 50px;
    text-align: center;
}

.product .product-gallery .gallery-top .swiper-button-prev:hover{
    background-color: #4a4a4a;
}

.product .product-gallery .gallery-top .swiper-button-next:hover{
    background-color: #4a4a4a;
}

.product .product-gallery .gallery-top .swiper-button-next{
    left: 0;
    top: 90%;
}

.product .product-gallery .gallery-top .swiper-button-next::after{
    color: #4a4a4a;
    font-size: 15px;
}

.product .product-gallery .gallery-top .swiper-button-next:hover::after{
    color: #ffffff;
}

.product .product-gallery .gallery-top .swiper-button-prev:hover::after{
    color: #ffffff;
}

.product .product-gallery .gallery-top .swiper-button-prev::after{
    color: #4a4a4a;
    font-size: 15px;
}

.product .product-gallery .gallery-top .swiper-button-prev{
    right: 0;
    top: 90%;
}

.product .product-gallery .gallery-top .product-box-discount {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    top: auto;
    margin: 0;
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,.7);
    color: #fb4b63;
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fb4b63;
}

/* modalgallery */

/* modalgallery */
.product .modal-dialog{
    max-width: 900px;
}

.product .modal-dialog .modal-header{
    border-bottom: none;
}

.pt-part .pt-page .pt-item{
    background-color: #ffffff;
    height: 100% !important;
    width: 100% !important;
}

.jgallery .zoom .pt-perspective.hide-overflow{
    width: 100% !important;
    height: 100% !important;
}

.jgallery .zoom img{
    width: auto !important;
    height: 461px !important;
    min-width: 0px !important;
    min-height: 0px !important;
    max-width: 866px !important;
    max-height: 461px !important;
    margin-top: -230.5px !important;
    margin-left: -230.5px !important;
}

.jgallery .zoom-container .progress{
    background: rgb(0 187 243 / 50%);
}

.jgallery[data-jgallery-id="1"] .zoom-container .nav-bottom > .title.expanded{
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: rgba(224 241 251 / 52%);
}

.jgallery .zoom-container .nav .resize{
    display: none !important;
}
/* gallery */

.product{
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    width: 100%;
    padding: 1.5rem 0.6rem;
    border-radius: 5px;
    float: right;
    margin-bottom: 20px;
}

.product .product-info{
    padding: 0 15px;
    margin: 0 15px;
    border-radius: 5px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.1);
    border: 1px solid #f5f5f5;
}

.product .product-info .product-headline{
    position: relative;
    padding: 10px 0;
    width: 100%;
}

.product .product-info .product-headline h5{
    line-height: 2;
}

.product .product-info .product-attributes .product-config .product-title-en{
    position: relative;
    bottom: 5px;
    padding-left: 8px;
    color: #bdbdbd;
    font-size: 14px;
    top: 0;
}

.product-rate i{
    color: #cccccc;
}

.product .product-info .product-headline ul li.nav-line-rate-item{
    display: inline-block;
}

.product .product-info .product-headline ul li.nav-line-rate-item .product-rate i{
    font-size: 20px;
}

.product .product-info .product-headline ul li.nav-line-rate-item .product-rate i.active{
    color: #06aeab !important;
}

.product .product-info .product-headline ul li.nav-line-rate-item .sep{
    position: relative;
    height: 30px;
    background: #e0e0e0;
    width: 1px;
    float: right;
    vertical-align: middle;
    margin-left: .5rem;
    margin-right: .5rem;
}

.product .product-info .product-headline ul li.nav-line-rate-item .text-muted{
    float: left;
    line-height: 2;
    color: #bdbdbd !important;
}

.product .product-info .product-headline .product-wishes{
    float: left;
}

.product .product-info .product-headline .product-wishes .btn-icon-dark{
    color: #c5c5c5;
    border: none;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-size: 48px 48px !important;
    border-radius: 50%;
    padding: 0;
    line-height: 42px;
    box-shadow: none;
}

.product .product-info .product-headline .product-wishes .btn-icon-dark.active{
    color: #f34040;
}

.product .product-info .description-list ul li{
    width: 100%;
    float: right;
    margin-bottom: 10px;
    font-size: 14px;
}

.product .product-info .description-list ul li span{
    color: #bdbdbd;
    font-weight: 500;
    float: right;
}

.product .product-info .description-list ul li a.product-link{
    color: #06b1b5;
    float: left;
}

.product .product-info .product-directory .btn-brand{
    float: left;
    color: #06b1b5;
    border-color: #06b1b5;
    background-color: #fff;
    border-radius: 50px;
    font-size: 14px;
}

.product .product-info .product-directory .btn-brand:hover{
    color: #ffffff;
    border-color: #06b1b5;
    background-color: #06b1b5;
}

.product .product-info .description-list ul li .price{
    font-size: 20px;
}

.product .product-info .description-list ul li .price ins{
    text-decoration: none;
    font-weight: bold;
}

.product .product-info .product-directory .product-box-action button.btn-add-to-cart{
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    padding: .7rem 4rem;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}

.product .product-info .product-directory .product-box-action button.btn-gradient-secondary{
    background-image: linear-gradient(to right,#74dbb0 0%,#06b1b5 100%);
}

.product .product-info .product-directory .text-muted{
    font-size: 12px;
    color: #bbbaba !important;
}

.tabs{
    width: 100%;
    position: relative;
    margin-bottom: 0;
    line-height: 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    float: right;
}

.tabs .card-header-tab{
    border-bottom: 0 solid #e0e0e0;
    background-color: #e0e0e0;
}

.tabs .tab-box{
    line-height: 47px;
}

.tabs .tab-box .nav-tabs{
    margin: 10px;
    border-radius: 0;
    text-align: right;
    border-bottom: none;
    display: block;
}

.tabs .tab-box .nav-tabs .nav-item{
    position: relative;
    font-size: 16px;
    display: inline-block;
    float: right;
    margin-right: -5px;
}

.tabs .tab-box .nav-tabs .nav-item .nav-link{
    color: #666666;
    border: none;
    background: transparent;
    margin: 0 auto;
    border-radius: 0;
}

.tabs .tab-box .nav-tabs .nav-item .nav-link i{
    vertical-align: middle;
    margin-left: 5px;
    font-size: 20px;
}

.tabs .tab-box .nav-tabs .nav-item .nav-link.active {
    color: #00bfd6 !important;
    background-color: #ffffff;
}

.tabs-content{
    background-color: #fff;
    width: 100%;
    padding: 20px;
    float: right;
}

.tabs-content .comments .comments-summary-box{
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: center;
}

.tabs-content .comments .comments-summary-box .summary-icon-vote{
    width: 100%;
    position: relative;
    margin-top: 25px;
}

.tabs-content .comments .comments-summary-box .summary-icon-vote i{
    font-size: 10rem;
    color: #06b1b5;
}

.tabs-content .comments .comments-summary-box .summary-icon-vote .title-vote{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}

.tabs-content .comments .comments-summary-box .text-based-on-vote{
    font-size: 12px;
}

.tabs-content .comments .comments-summary-box ul.comments-item-rating{
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;
}

.tabs-content .comments .comments-summary-box ul.comments-item-rating li{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.tabs-content .comments .comments-summary-box ul.comments-item-rating li:last-child{
    margin-bottom: 0;
}

.tabs-content .comments .comments-summary-box ul.comments-item-rating li span.cell-title{
    font-size: 12px;
    color: #424242;
    float: right;
}

.tabs-content .comments .comments-summary-box ul.comments-item-rating li span.cell-value{
    font-size: 12px;
    color: #424242;
    float: left;
}

.tabs-content .comments .comments-summary-box ul.comments-item-rating li .rating-general{
    position: relative;
    height: 1rem;
    border-radius: .25rem;
    background-color: #eee;
    width: 75%;
    top: 2px;
    right: auto;
    left: 0;
    margin: 0 auto;
    display: block;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0,0,0,.1);
    overflow: hidden;
}

.tabs-content .comments .comments-summary-box ul.comments-item-rating li .rating-general .rating-value{
    background-color: #06b1b5;
    width: 15%;
    height: 100%;
}

.tabs-content .comments .divider-vertical{
    height: 250px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1px;
    border: 0;
    border-left: 1px solid rgba(0,0,0,.1);
}

.tabs-content .comments .comments-summary-note{
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: center;
}

.tabs-content .comments .comments-summary-note .btn-add-comment{
    color: #fb4b63;
    border-color: #fb4b63;
    background-color: #ffffff;
    padding: 0.6rem 2.75rem;
    border-radius: 50px;
}

.tabs-content .comments .comments-summary-note .btn-add-comment:hover{
    color: #ffffff;
    border-color: #fb4b63;
    background-color: #fb4b63;
}

.tabs-content .comments .product-comment-list{
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    float: right;
    margin-top: 40px;
    background: #fbfbfb;
    border-radius: 10px;
}

.tabs-content .comments .product-comment-list ul.comment-list li{
    padding: 20px 15px 10px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    float: right;
    margin-top: 15px;
    border-bottom: 1px solid #efefef;
}

.tabs-content .comments .product-comment-list ul.comment-list li:last-child{
    border-bottom: none;
}

.tabs-content .comments .product-comment-list ul.comment-list li .comments-user-shopping{
    padding: 5px 10px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    display: block;
    text-align: right;
}

.tabs-content .comments .product-comment-list ul.comment-list li .comments-user-shopping .message-light{
    display: inline-block;
    margin-left: 10px;
}

.tabs-content .comments .product-comment-list ul.comment-list li .comments-user-shopping .message-light i{
    font-size: 22px;
    position: relative;
    width: 40px;
    top: 7px;
    height: 40px;
    background-color: #44d27d;
    border: 1px solid #44d27d;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

.tabs-content .comments .product-comment-list ul.comment-list li .comments-user-shopping .message-light i.not-recommend{
    background-color: #fb4b63;
    border: 1px solid #fb4b63;
}

.tabs-content .comments .product-comment-list ul.comment-list li .comments-user-shopping span{
    font-weight: 500;
    font-size: 16px;
    margin-right: 5px;
}

.tabs-content .comments .product-comment-list ul.comment-list li .comments-user-shopping .cell-date{
    font-size: 13px;
    line-height: 1.692;
    color: #777;
    margin: 3px 0;
    float: left;
}

.tabs-content .comments .product-comment-list ul.comment-list li .comments-user-shopping .cell-date .product-rate i.active{
    color: #06aeab !important;
}

.tabs-content .comments .product-comment-list ul.comment-list li .comments-user-shopping p.dec{
    font-size: 16px;
    color: #777777;
    margin: 20px 0 10px;
}

.tabs-content .faq .form-faq-row .form-faq-col{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.tabs-content .faq .form-faq-row .form-faq-col .ui-textarea{
    display: inline-block;
    width: 100%;
    position: relative;
}

.tabs-content .faq .form-faq-row .form-faq-col .ui-textarea .ui-textarea-field{
    height: 180px;
    border: 1px solid #efefef;
    border-radius: 20px;
    outline: none;
    padding: 15px;
    background: #f9f9f9;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    line-height: 2.58;
}

.tabs-content .faq .form-faq-row .form-faq-col .btn-tertiary{
    padding: 10px 50px;
    border-radius: 20px;
    color: #fb4b63;
    border-color: #fb4b63;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.tabs-content .faq .form-faq-row .form-faq-col .btn-tertiary:hover{
    color: #ffffff;
    border-color: #fb4b63;
    background-color: #fb4b63;
}

.tabs-content .faq #product-questions-list .questions-list{
    width: 100%;
    margin-bottom: 0;
    padding: 0 10px;
    float: right;
    margin-top: 0;
    position: relative;
    background: #fbfbfb;
}

.tabs-content .faq #product-questions-list .questions-list:first-child{
    margin-top: 85px;
}

.tabs-content .faq #product-questions-list .answer-questions{
    padding-right: 5%;
    float: left;
}

.tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question{
    margin-right: 15px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    float: right;
    width: 100%;
}

.tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header{
    font-size: 62px;
    padding-top: 0;
    color: #35ccde;
    width: 100%;
    margin-left: 44px;
    display: block;
    float: right;
    text-align: right;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.tabs-content .faq #product-questions-list .answer-questions ul.faq-list li.is-question .faq-header .icon-faq{
    right: 60px !important;
}

.tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header .icon-faq{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    line-height: 40px;
    font-size: 25px;
    -webkit-border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    color: #fff;
    margin: 0 auto 20px;
    position: absolute;
    top: 15px;
    right: 8px;
}

.tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header p.h5{
    color: #7a7a7a;
    line-height: 1.692;
    font-size: 1.429rem;
    margin: 0 auto;
    display: block;
    float: none;
    border-top: none;
}

.tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header p.h5 span{
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.833;
    color: #959595;
    display: inline-block;
}

.tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question p{
    float: right;
    margin-top: 25px;
    font-size: 14px;
    line-height: 2;
    color: #6f6f6f;
}

.tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-date{
    float: left;
    font-size: 12px;
    color: #ccc;
    margin-top: 25px;
}

.tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .js-add-answer-btn{
    color: #24c0df;
    padding: 0;
    line-height: 2;
    position: absolute;
    bottom: 0;
    left: 25px;
    font-size: 13px;
    margin-bottom: 15px;
}

/* single-product */

/* product-comment */
.product-comment{
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    background-color: #fff;
    border: 1px solid #eee;
    margin: 14px auto;
    padding-bottom: 0;
    line-height: 22px;
    float: right;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 30px;
}

.product-comment .comments-product-col-gallery img{
    max-width: 100%;
}

.product-comment .product-title{
    line-height: 1.9;
}

.product-comment .product-attributes .product-config .product-title-en{
    color: #bdbdbd;
    float: right;
    width: 100%;
}

.product-comment ul.nav-line-rate li.nav-line-rate-item .product-rate i{
    font-size: 30px;
    cursor: pointer;
}

.product-comment .product-attributes .product-config h6{
    line-height: 1;
}

.product-comment .product-attributes .product-config .product-title-scr{
    font-size: 12px;
}

.product-comment .comments-add-col-form{
    padding: 40px 0 34px 0;
}

.product-comment .comments-add-col-form .form-ui .form-row-title{
    font-size: 13px;
    color: #06b1b5;
}

.product-comment .comments-add-col-form .form-ui .form-row .input-ui{
    width: 100%;
    height: 40px;
    margin: auto;
    outline: none;
    font-size: 12px;
    background: #f3f2f2;
    border-radius: 5px;
    padding: 15px;
} 

.product-comment .comments-add-col-form .form-ui .comment-submit-button{
    font-size: 16px;
    line-height: 1.375;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    color: #fff;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
}

.product-comment .comments-add-col-form .form-ui .comment-submit-button:hover{
    opacity: 0.8;
}

.product-comment .comments-add-col-form .form-ui .btn-back-index{
    width: 100%;
    border-radius: 50px;
}
/* product-comment */

/* welcome */
.account-box .user-account-welcome{
    text-align: center;
    margin: 20px auto;
}

.account-box .made-account{
    margin-top: 60px;
    text-align: center;  
    margin-bottom: 20px;

}

.account-box .made-account h2{
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 10px;
    font-weight: 500;
}

.account-box .made-account p{
    padding: 10px 15px;
    color: #4a4a4a;
    line-height: 25px;
    margin-top: 25px;
    font-size: 12px;
    background: #fff8f0;
    border: 1px solid #fdebdb;
    border-radius: 5px;
}
/* welcome */

/* verify-phone-number */
.account-box-verify-content{
    padding: 0 30px;
    margin: 30px 0 0;
}

.account-box-verify-content .form-account{
    width: 100%;
    text-align: center;
}

.account-box-verify-content .form-account .form-account-title{
    color: #383838;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
}

.account-box-verify-content .form-account .lines-number-input{
    width: 100%;
    height: auto;
    padding: 0;
    direction: ltr;
    text-align: center;
    margin-top: 20px;
}

.account-box-verify-content .form-account .lines-number-input input.line-number-account{
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #989898;
    margin: 0 4px;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #383838;
    border-radius: 0;
    float: none;
}

.account-box-verify-content .form-account .lines-number-input input.line-number-account::placeholder{
    color: #ccc;
    text-align: center;
}

.receive-verify-code{
    width: 200px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    margin: 30px auto 0;
    line-height: 40px;
    color: #4a4a4a;
    text-align: center;
    z-index: 0;
}

#countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
    font-size: 16px;
    margin-top: 0;
}

#countdown-verify-end span {
    float: left;
}

#countdown-verify-end span.day {
    display: none;
}

#countdown-verify-end span.hour {
    display: none;
}

.link-border-verify{
    color: #9e9e9e !important;
    border-bottom: 1px dashed #9e9e9e;
    background-color: transparent;
    font-weight: 500;
    padding: 5px 0;
}

.link-border-verify{
    color: #fb4b63;
}

/* verify-phone-number */

/* aboutus */
.aboutus{
    margin-top: 70px;
}

.aboutus .aboutus-item{
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
}

.aboutus .aboutus-item .content-aboutus{
    padding-top: 8%;
}

.aboutus .aboutus-item .dec-aboutus a{
    color: #fb4b63;
}

.aboutus .aboutus-item .dec-aboutus{
    line-height: 2;
}
/* aboutus */

.contactus .form-contactus label{
    font-size: 12px;
    color: #06b1b5;
    width: 100%;
    margin-bottom: 10px;
    float: right;
}

.contactus .form-contactus input{
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #cfcfcf;
    padding: 0 10px;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: none;
    position: relative;
}

.contactus .form-contactus input::placeholder{
    color: rgb(170, 170, 170);
}

.contactus .form-contactus textarea{
    display: block;
    font-size: 14px;
    width: 100%;
    height: 180px;
    outline: none;
    border: 1px solid #cfcfcf;
    padding: 0 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: none;
}

.contactus .form-contactus select{
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #cfcfcf;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: none;
}

.contactus .form-contactus .custom-file{
    width: auto;
}

.contactus .form-contactus .custom-file-input{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 3rem;
    margin: 0;
    opacity: 0;
    border: none;
}

.contactus .form-contactus .custom-file-label{
    color: #fb4b63 !important;
    border: 1px solid #fb4b63 !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 3rem;
    padding: .5rem 1rem;
    font-weight: normal;
    font-size: 15px;
    line-height: 2;
    color: #616161;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 3.75rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    margin-right: 15px;
}

.contactus .form-contactus .custom-file-label::after{
    content: "";
    padding: 0;
    background-color: transparent;
    width: 0;
    height: 0;
}

.contactus .form-contactus .btn-send{
    color: #fff;
    border: none;
    float: left;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    border-radius: 50px;
    padding: 0.6rem 1.75rem;
    margin-left: 15px;
}

.contactus .contacts ul.contacts-ul li i{
    font-size: 30px;
    vertical-align: middle;
    color: #06b1b5;
}

.contactus .form-contactus .btn-inquiry{
    color: #fff;
    border: none;
    float: left;
    position: absolute;
    left: 15px;
    top: 29px;
    height: 48px;
    background-image: linear-gradient(to right,#ff7a58 0%,#fb4b63 100%);
    background-repeat: repeat-x;
    border-radius: 50px 0 0 50px;
    padding: 0.6rem 1.75rem;
}

.contactus .form-contactus .input-trackingcode-checkout{
    padding-left: 155px;
}

/* content-site */

/* footer */
footer.footer-main-site{
    width: 100%;
    background: #fff;
    height: auto;
    position: relative;
    padding: 10px;
    float: left;
    border-top: 1px solid #eee;
}

footer.footer-main-site .footer-middlebar{
    width: 100%;
    padding: 20px 0 0 0;
    float: right;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col{
    width: 100%;
    padding: 0 10px;
    text-align: right;
    font-size: 14px;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col .headline-links{
    margin-bottom: 20px;
    display: block;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col .headline-links a{
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 2px solid #06b1b5;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom a{
    color: #212121;
    line-height: 2;
    transition: .2s;
    font-size: 15px;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom a:hover{
    color: #fb4b63;
    transition: .2s;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom i{
    font-size: 22px;
    transform: rotateY(180deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom span.font-weight-light{
    font-weight: 300;
    font-size: 16px;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom span.font-weight-bold{
    font-weight: 500;
    font-size: 16px;
}

footer.footer-main-site .footer-middlebar li.footer-safety-partner-1{
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    float: left;
    margin-bottom: 20px;
}

footer.footer-main-site .footer-middlebar li.footer-safety-partner-1 img{
    max-width: 100%;
}

footer.footer-main-site .footer-middlebar .footer-more-info{
    width: 100%;
    float: right;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content{
    background: #fff;
    border-radius: 20px;
    padding: 20px 0;
    text-align: right;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content .text .title{
    font-size: 22px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 20px;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content .text a{
    color: #fb4b63;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content .text .h6{
    line-height: 2;
}

footer.footer-main-site .footer-middlebar .footer-copyright .footer-copyright-text{
    width: 100%;
    color: #7b7979;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #c1ccd261;
    font-size: 14px;
    float: right;
}

/* footer */

/* scroll-top */
.scrolltop {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 55px;
    line-height: 65px;
    color: #ffffff;
    width: 55px;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 50px;
    z-index: 1000;
    background-color: #fb4b63;
    display: none;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 0;
    margin: 0;
    opacity: 1 !important;
    border: none;
    overflow: hidden;
}

.scrolltop .bg-caver-scroll{
    position: absolute;
    bottom: -60px;
    background-color: rgba(251 251 251 / 31%);
    color: #fff;
    width: 55px;
    height: 55px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scrolltop:hover .bg-caver-scroll{
    bottom: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scrolltop i{
    font-size: 30px !important;
}
/* scroll-top */
