@import url(https://fonts.googleapis.com/css2?family=Gothic+A1:wght@900&display=swap);

.loader, .loader i, .loader span {
    border-radius: 50%
}

.percent, .section-head h4, .section-head p {
    font-weight: 700;
    letter-spacing: 1px
}

.css-typing.center div, .product-library {
    text-align: center
}

.from-btn, .search-wrapper button {
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

.container-2, .number, .profile-dropdown img, .profile-dropdown ul li a i, .value-button {
    vertical-align: middle
}

@font-face {
    font-family: ava;
    src: url(../fonts/ava.ttf)
}

@font-face {
    font-family: Blancha;
    src: url(../fonts/Blancha.ttf)
}

@font-face {
    font-family: pop-b;
    src: url(../fonts/Poppins-Medium.ttf)
}

@font-face {
    font-family: pop;
    src: url(../fonts/Poppins-Regular.ttf)
}

body {
    font-family: ava
}

.pre-loader-section {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 999999999
}

.pre-loader {
    position: relative;
    display: flex;
    height: 200px;
    width: 100%;
    justify-content: center;
    align-items: center
}

.loader, .loader i, .loader span {
    position: absolute
}

.loader {
    width: 200px;
    height: 200px;
    animation: 2s linear infinite animate
}

.loader:nth-child(2), .loader:nth-child(4) {
    animation-delay: -1s
}

@keyframes animate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader:first-child::before, .loader:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to top, transparent, rgba(128, 0, 128, .51));
    background-size: 100px 180px;
    background-repeat: no-repeat;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.loader i {
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 20px;
    height: 20px;
    background: purple;
    z-index: 10;
    box-shadow: 0 0 10px purple, 0 0 20px purple, 0 0 30px purple, 0 0 40px purple, 0 0 50px purple, 0 0 60px purple, 0 0 70px purple, 0 0 80px purple, 0 0 90px purple, 0 0 100px purple
}

.loader span {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    z-index: 1
}

.pre-img {
    position: relative;
    width: 100px;
    object-fit: cover
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: rgba(128, 0, 128, .37);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 0, 128, .77)
}

.section-head {
    margin-bottom: 50px
}

.articles, .banners, .new-products, .pick-product, .special-products, .sponsers {
    margin: 70px 0
}

.section-head h4 {
    font-family: ava;
    border-left: 12px solid purple;
    display: inline-block;
    padding: 0 0 5px 10px;
    font-size: 30px
}

.section-head p {
    font-size: 15px;
    color: #717171
}

.percent {
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 99;
    background: #a6ce8c;
    padding: 10px 40px;
    color: #fff
}

.product-info .btn:hover, .profile-box a:hover, .top-header {
    background: purple
}

.top-header p {
    color: #fff;
    margin: 0 auto;
    padding: 5px 0 10px;
    font-size: 14px
}

.main-navbar {
    position: fixed;
    transition: 10s ease-in-out;
    width: 100%;
    z-index: 99
}

nav {
    background: 0 0;
    z-index: 9999999;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

nav:hover {
    background: rgba(253, 233, 229, .63)
}

.sticky {
    top: 0
}

.not {
    position: absolute;
    background: #d3b0b4
}

.sticky nav {
    background: rgba(253, 233, 229, .96) !important;
    border-bottom: 3px solid purple
}

.sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 0
}

.sticky .navbar-expand-lg .navbar-nav .nav-link:before {
    top: 3em
}

.sticky .navbar-brand img {
    width: 150px
}

.cart-det-page .col-md-6, .navbar, .w3-row-padding > .w3-col {
    padding: 0
}

.css-typing .btn, .info .btn {
    padding: 10px 50px;
    border: none
}

nav .search-form .btn {
    font-size: 24px
}

.box {
    width: 100px
}

.container-2 {
    width: 100px;
    white-space: nowrap;
    position: relative
}

.container-2 input#search {
    width: 50px;
    height: 50px;
    background: 0 0;
    border: none;
    font-size: 10pt;
    float: left;
    padding-left: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: width .55s;
    -moz-transition: width .55s;
    -ms-transition: width .55s;
    -o-transition: width .55s;
    transition: width .55s
}

.container-2 input#search::-webkit-input-placeholder {
    color: #65737e
}

.container-2 input#search:-moz-placeholder {
    color: #65737e
}

.container-2 input#search::-moz-placeholder {
    color: #65737e
}

.container-2 input#search:-ms-input-placeholder {
    color: #65737e
}

.container-2 .icon {
    position: absolute;
    top: 50%;
    margin-top: 17px;
    z-index: 1;
    color: #4f5b66;
    border: 0;
    background: 0 0
}

.category-section .one-porduct .product-content, .first .item .product-content, .info .btn, .register .con-form, .second .item .product-content, .special-products .item .product-content {
    margin-top: 20px
}

.container-2 input#search:active, .container-2 input#search:focus {
    outline: 0;
    width: 200px
}

.container-2:hover input#search {
    width: 200px;
    border-bottom: 1px solid gray;
    border-radius: 0
}

.container-2:hover .icon {
    color: #93a2ad
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: bolder;
    font-size: 15px !important;
    color: #404040;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    padding: 45px 0
}

.navbar-expand-lg .navbar-nav .nav-link:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    top: 4em;
    border-bottom: 3px solid rgba(156, 68, 186, .69);
    transition: width .4s;
    -webkit-transition: width .4s;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -o-transition: width .4s
}

.navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: rgba(156, 68, 186, .69)
}

.navbar-expand-lg .navbar-nav .nav-link.active:before, .navbar-expand-lg .navbar-nav .nav-link:hover:before {
    width: 100%
}

.article-section .writer-image, .slider img {
    height: 100vh
}

.banners, .banners .content {
    height: 620px;
    overflow: hidden
}

.carousel-control-prev-icon {
    padding: 25px;
    background-image: url('../images/left.svg')
}

.carousel-control-next-icon {
    padding: 25px;
    background-image: url('../images/right.svg')
}

.css-typing {
    z-index: 20;
    top: 25%;
    left: 50%;
    position: absolute;
    width: 450px;
    overflow: hidden
}

.css-typing.left {
    left: auto;
    right: 50%
}

.css-typing.center {
    top: 20%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.css-typing p.fadeIn {
    font-size: 55px;
    color: #a15a72;
    font-weight: 400;
    letter-spacing: 10px;
    position: relative;
    z-index: 1
}

.css-typing h4 {
    border: none;
    font-family: Blancha;
    font-size: 110px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    width: 7.3em;
    padding: 20px 5px;
    -webkit-animation: 2s steps(40, end) type;
    animation: 2s steps(40, end) type;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: -70px;
    position: relative;
    z-index: 2;
    letter-spacing: .1em
}

.css-typing p.fadeInUp {
    font-size: 13px;
    color: #404040;
    font-weight: 700
}

.css-typing .btn {
    background: #3d3d3d;
    border-radius: 0;
    color: #fff
}

.css-typing .btn.hvr-bounce-to-top:before {
    background: #80008094
}

@keyframes type {
    0% {
        width: 0
    }
    100%, 99.9% {
        border: none
    }
}

@-webkit-keyframes type {
    0% {
        width: 0
    }
    100%, 99.9% {
        border: none
    }
}

@keyframes blink {
    50% {
        border: none
    }
}

@-webkit-keyframes blink {
    50% {
        border: none
    }
}

.deal {
    padding: 40px 0;
    background: #fde9e5
}

.deal .content p {
    padding: 0 27%;
    font-size: 15px;
    color: #3d3d3d
}

.deal .content h4 {
    color: #3d3d3d;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 2px
}

.first .owl-nav .owl-next, .first .owl-nav .owl-prev, .forth .owl-nav .owl-next, .forth .owl-nav .owl-prev {
    background: #fff;
    border: 1px solid rgba(128, 128, 128, .21);
    padding: 10px 15px;
    font-size: 20px;
    color: rgba(128, 128, 128, .91);
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.first .owl-nav .owl-next:hover, .first .owl-nav .owl-prev:hover, .forth .owl-nav .owl-next:hover, .forth .owl-nav .owl-prev:hover {
    background: #000;
    color: #fff;
    font-size: 22px
}

.first .owl-nav .owl-prev, .forth .owl-nav .owl-prev {
    position: absolute;
    left: 5px;
    top: 45%
}

.first .owl-nav .owl-next, .forth .owl-nav .owl-next {
    position: absolute;
    right: 5px;
    top: 45%
}

.category-section .one-porduct .first-image, .first .item .first-image, .second .item .first-image, .special-products .item .first-image {
    position: absolute
}

.first .item .second-image, .second .item .second-image, .special-products .item .second-image {
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}

.category-section .one-porduct:hover .first-image, .first .item:hover .first-image, .second .item:hover .first-image, .special-products .item:hover .first-image {
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    position: absolute
}

.category-section .one-porduct:hover .second-image, .first .item:hover .second-image, .second .item:hover .second-image, .special-products .item:hover .second-image {
    opacity: 1
}

.category-section .one-porduct img, .first .item img {
    height: 450px;
    width: 360px;
    object-fit: cover
}

.first .item .title h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: ava;
    color: rgba(48, 48, 48, .75);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.first .item:hover h4, .second .item:hover h4 {
    color: rgba(153, 51, 153, .71)
}

.category-section .one-porduct .title a, .first .item .title a, .second .item .title a, .special-products .item .title a {
    text-decoration: none
}

.first .price .new-price, .second .price .new-price {
    color: rgba(153, 51, 153, .71);
    font-size: 18px;
    font-weight: 700
}

.category-section .price del, .first .price del, .second .price del {
    color: rgba(0, 0, 0, .67);
    text-decoration: none;
    position: relative
}

.category-section .price del:before, .first .price del:before, .second .price del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, .36);
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg)
}

.first .price ins, .second .price ins {
    color: green;
    text-decoration: none;
    padding: 1em 1em 1em .5em
}

.banners .content {
    width: 100%;
    position: relative
}

.article-section .writer-image img, .banners img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.banners .content-first .first-image, .banners .content-first:hover .second-image {
    position: absolute;
    display: inline-block;
    right: 0;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.banners .content-first .second-image {
    position: absolute;
    display: inline-block;
    right: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.banners .content-first:hover .first-image {
    position: absolute;
    display: inline-block;
    right: -100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.banners .content-second .first-image {
    position: absolute;
    display: inline-block;
    left: 0;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.banners .content-second .second-image {
    position: absolute;
    display: inline-block;
    left: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.banners .content-second:hover .first-image {
    left: -100%
}

.banners .content-second:hover .second-image {
    left: 0
}

.new-products .item .product-content {
    text-align: center;
    margin-top: 20px
}

.second .item img {
    height: 600px
}

.second .item .title h4 {
    font-size: 18px;
    font-weight: 700;
    color: rgba(48, 48, 48, .75);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.owl-theme .owl-dots .owl-dot.active span {
    background: gray !important
}

.owl-theme .owl-dots .owl-dot span {
    background: #a6ce8c !important
}

.pick-product {
    background: url("../images/pick.svg") center center/cover no-repeat;
    position: relative;
    padding: 20px 0
}

.pick-product img {
    width: 100%;
    max-height: 300px;
    object-fit: contain
}

.info {
    height: 100%;
    color: #fff;
    padding: 0 20px
}

.info h3 {
    padding: 10% 0 20px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px
}

.footer h4, .info p, .title h3 {
    font-size: 20px
}

.footer h4, .info p {
    letter-spacing: 1px
}

.info .btn {
    background: #dbb7bb;
    border-radius: 0;
    color: purple;
    font-size: 15px;
    font-weight: 900
}

.info .btn:hover {
    background: gray;
    color: #fff
}

.articles img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    opacity: .9
}

.articles .article-image {
    width: 100%;
    height: 300px;
    overflow: hidden
}

.article:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 1
}

.articles .article-content, .cart-info1 {
    margin-top: 15px
}

.articles .article-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: rgba(48, 48, 48, .78)
}

.articles .article-content span {
    font-size: 18px;
    color: silver
}

.articles .article-content a {
    font-size: 13px;
    border-bottom: 3px double #979797;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: #393939
}

.articles .article-content a:hover {
    font-size: 14px;
    border-bottom: 3px double purple;
    text-decoration: none;
    color: purple
}

.articles .btn {
    margin: 70px 0 0;
    background: #3d3d3d;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 10px 30px;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.articles .btn:hover {
    background: #600060
}

.sponsers .owl-nav .owl-next, .sponsers .owl-nav .owl-prev {
    padding: 10px 15px;
    font-size: 40px;
    font-weight: bolder;
    background: 0 0;
    color: rgba(128, 128, 128, .91);
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.sponsers .owl-nav .owl-next:hover, .sponsers .owl-nav .owl-prev:hover {
    color: #000;
    font-size: 35px;
    background: 0 0
}

.sponsers .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    top: 45%
}

.sponsers .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: 45%
}

.sponsers img {
    width: 100%;
    height: 100px
}

.footer {
    font-family: pop;
    border-top: 2px solid rgba(128, 128, 128, .16);
    padding: 30px 0
}

.footer h4 {
    font-weight: 700
}

.contact .contact-info .info-list ul, .footer ul {
    list-style: none;
    padding: 0
}

.footer ul li {
    font-size: 16px
}

.footer ul li a {
    color: #000;
    text-decoration: none
}

.footer ul.footer-list li a:hover {
    color: rgba(128, 0, 128, .71);
    padding-left: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.title h3 {
    margin-top: 50px;
    font-weight: 700
}

.cf:after, .cf:before {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.search-wrapper {
    overflow:hidden;
    margin: auto auto 25px;
    border-radius: 40px 0 0 40px;
    background: 0 0;
    box-shadow: 0 4px 20px -2px #e9e9e9;
    border: 1px solid #dcdcdc
}

.search-wrapper input {
    width: 330px;
    height: 20px;
    padding: 20px;
    float: left;
    border: 0;
    background: #fff;
    border-radius: 40px;
    border-top-style: none
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic;
    padding-left: 20px
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic;
    border-style: none
}

.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: 13px/40px 'lucida sans', 'trebuchet MS', Tahoma;
    color: #fff;
    background: purple;
    border-radius: 0;
    transition: .5s
}

.overlay button:hover, .search-wrapper button:hover {
    background: #ca00ca
}

.from-btn:active, .from-btn:focus, .search-wrapper button:active, .search-wrapper button:focus {
    background: purple;
    outline: 0
}

.search-wrapper button:active:before, .search-wrapper button:focus:before {
    border-right-color: #c42f2f
}

.search-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.share-article .share-content ul li, .share-product .share-content ul li, .social-footer li {
    display: inline-block;
    padding: 0 5px
}

.social-footer li a {
    border-radius: 50px;
    border: 1.5px solid rgba(0, 0, 0, .81);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: rgba(0, 0, 0, .81)
}

.social-footer li a.face, .social-footer li a.twitter {
    padding: 2px 7px
}

.social-footer li a.google {
    padding: 2px 5px
}

.social-footer li a.insta {
    padding: 1px 7px
}

.social-footer li a:hover {
    color: #fff;
    background: purple;
    border: 1.5px solid rgba(128, 0, 128, .47)
}

.share-article .share-content ul li a:hover svg, .share-product .share-content ul li a:hover svg, .social-footer li a:hover svg {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: #fff
}

.all-rights {
    margin-top: 40px
}

.all-rights span {
    font-size: 13px;
    font-weight: 700;
    color: #747474
}

.all-rights span a {
    text-decoration: none;
    color: #747474
}

.all-rights span a:hover {
    color: rgba(128, 0, 128, .76)
}

.page-banner {
    height: 370px;
    background: url('../images/page-banner.jpg') center center/cover no-repeat fixed;
    position: relative
}

.category-banner:before, .w3-section {
    position: absolute;
    bottom: 0
}

.category-banner:before {
    content: '';
    background: rgba(232, 204, 204, .6);
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#button, .customNavigation .prev {
    right: 30px
}

.page-banner .container, .page-banner .row {
    height: 100%
}

.page-title {
    margin-top: 20%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.page-title h3 {
    font-weight: 700;
    font-family: ava;
    font-size: 23px;
    color: rgba(64, 64, 64, .92)
}

/*.article-info p, .product-info p {*/
/*    font-family: Tahoma;*/
/*    color: #717171;*/
/*    line-height: 40px;*/
/*    font-size: 18px*/
/*}*/

.prodcuct-section {
    margin-bottom: 100px
}

.product-info .btn {
    background: #3d3d3d;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 10px 50px;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.product-library {
    height: 600px
}

.product-library .w3-content {
    height: 100%;
    width: 90%
}

.mySlides {
    height: 100%;
    border: 0
}

#button, .float {
    position: fixed
}

.w3-col {
    border: 1px solid #000;
    border-radius: 2px;
    overflow: hidden;
    height: 100px;
    width: 70px !important;
    margin: 2px
}

.w3-opacity-off {
    border: 3px solid purple
}

.w3-col img {
    width: 100%;
    height: 100%
}

.article-section, .share-article, .share-product {
    margin-bottom: 70px
}

.share-product .share-content {
    background: #f5f5f5;
    padding: 30px 0
}

.share-product .share-content ul {
    list-style: none;
    margin-bottom: 0
}

.share-article .share-content ul span, .share-product .share-content ul span {
    font-weight: 700;
    padding-right: 20px;
    color: purple;
    letter-spacing: 1px
}

.share-article .share-content ul li a, .share-product .share-content ul li a {
    border-radius: 50px;
    border: 1px solid #686868;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: #686868
}

.contact .contact-info .info-list ul li.contact-social li a.face, .share-article .share-content ul li a.face, .share-product .share-content ul li a.face {
    padding: 5px 10px
}

.contact .contact-info .info-list ul li.contact-social li a.insta, .contact .contact-info .info-list ul li.contact-social li a.twitter, .share-article .share-content ul li a.twitter, .share-product .share-content ul li a.twitter {
    padding: 5px 7px
}

.contact .contact-info .info-list ul li.contact-social li a.google, .share-article .share-content ul li a.google, .share-product .share-content ul li a.google {
    padding: 5px
}

.share-article .share-content ul li a.insta, .share-product .share-content ul li a.insta {
    padding: 4px 7px;
    position: relative
}

.share-article .share-content ul li a:hover, .share-product .share-content ul li a:hover {
    color: #fff;
    background: rgba(128, 0, 128, .17);
    border: 1px solid rgba(128, 0, 128, .2)
}

.article-section .section-head h4 {
    font-family: ava;
    font-weight: 700;
    font-size: 33px
}

.article-info p {
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left
}

#button, .block h4, .float {
    text-align: center
}

.share-article .share-content {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 25px 0
}

.share-article .share-content ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.category-section .one-porduct {
    margin-bottom: 50px;
    overflow: hidden
}

.category-section .one-porduct .product-images, .item .product-images {
    position: relative;
    overflow: hidden
}

.category-section .one-porduct .second-image {
    opacity: 0;
    transition: .4s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.category-section .one-porduct .title h4 {
    font-size: 18px;
    font-family: ava;
    font-weight: 700;
    color: #303030;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.category-section .one-porduct:hover h4 {
    color: purple
}

.category-section .price .new-price {
    color: purple;
    font-size: 18px;
    font-weight: 700
}

.category-section .price ins {
    color: green;
    text-decoration: none;
    padding: 1em 1em 1em 0
}

.contact {
    background: #fde9e5;
    padding-bottom: 200px
}

.contact .contact-head {
    position: relative;
    margin: 130px 0 120px
}

.contact .contact-head .down {
    position: absolute;
    font-family: Blancha;
    transform: translate(-27%, -38%);
    -webkit-transform: translate(-27%, -38%);
    -ms-transform: translate(-27%, -38%);
    font-size: 100px;
    color: #fff;
    font-weight: lighter;
    z-index: 1;
    letter-spacing: 10px
}

.contact .contact-head .up {
    position: relative;
    font-weight: 700;
    font-size: 23px;
    font-family: ava;
    z-index: 2;
    color: #434343
}

.contact .contact-info {
    background: #313236;
    border: 25px solid #313236;
    box-shadow: inset 0 0 0 1px #fff;
    box-sizing: border-box;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}

.contact .contact-info:hover {
    border: 25px solid #313236;
    box-shadow: inset 0 0 0 5px #fff
}

.contact .contact-info-head {
    position: relative;
    margin: 100px 0 50px
}

.contact .contact-info-head .down {
    position: absolute;
    font-family: Blancha;
    transform: translate(10%, -50%);
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    font-size: 100px;
    color: #7d7e80;
    font-weight: lighter;
    z-index: 1;
    letter-spacing: 10px
}

.contact .contact-info-head .up {
    position: relative;
    font-weight: 700;
    font-size: 23px;
    font-family: ava;
    z-index: 2;
    color: #f7e3e0
}

.contact .contact-info .info-list ul li {
    color: #fff;
    margin-bottom: 40px
}

.contact .contact-info .info-list ul li:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em
}

.contact .contact-info .info-list ul li.location:before {
    content: "\f041";
    font-size: 18px
}

.contact .contact-info .info-list ul li.message:before {
    content: "\f0e0";
    font-size: 15px
}

.contact .contact-info .info-list ul li.phone:before {
    font-size: 18px;
    content: "\f095"
}

.contact .contact-info .info-list ul li span {
    font-family: pop-b;
    font-size: 16px
}

.contact .contact-info .info-list ul li.contact-social ul li {
    display: inline-block;
    margin: 0 2px
}

.contact .contact-info .info-list ul li.contact-social ul li a {
    color: #fde9e5;
    border-radius: 50px;
    border: 1px solid #fde9e5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.contact .contact-info .info-list ul li.contact-social li a:hover {
    color: #fff;
    background: #ffbdeb;
    border: 1.5px solid #ffbdeb
}

.contact .contact-info .info-list ul li.contact-social li a:hover svg {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .57s;
    color: #fff
}

.contact .contact-image {
    height: 100%;
    overflow: hidden
}

.contact .contact-image img {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.contact .contact-image:hover img {
    -webkit-transform: rotate(1deg) scale(1.05);
    -ms-transform: rotate(1deg) scale(1.05);
    transform: rotate(1deg) scale(1.05)
}

.pag nav, .profile-box .cart-con ul li:first-child a {
    background: 0 0
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: purple;
    border-color: rgba(100, 0, 100, .48)
}

.page-item.active .page-link:hover {
    background-color: rgba(128, 0, 128, .48)
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: rgba(99, 0, 99, .61);
    border-color: rgba(99, 0, 99, .48)
}

.pagination {
    display: inline-flex
}

.page-link {
    color: rgba(99, 0, 99, .61)
}

.add-l a:hover, .cat .article-content h4, .float {
    color: #fff
}

.page-link:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25)
}

.cat .article {
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.cat .article .article-image {
    z-index: 1
}

.cat .article-content {
    background: rgba(3, 3, 3, .7);
    margin: 0;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    bottom: 100%;
    opacity: 0
}

.cat .article :hover .article-content {
    bottom: 10%;
    opacity: 1
}

.cat .article :hover img {
    opacity: .72
}

#button {
    display: inline-block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 4px;
    bottom: 8%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#button:hover {
    cursor: pointer
}

#button img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

#button.show {
    opacity: 1;
    visibility: visible
}

.float {
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background-color: #25d366;
    border-radius: 0 0 20px;
    font-size: 18px;
    box-shadow: 2px 2px 3px rgba(153, 153, 153, .61);
    z-index: 100;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.c-pro-img, .cart-tab .nav-tabs > li, .customNavigation, .from-btn, .profile-dropdown {
    position: relative
}

.cart-s-link a, .customNavigation a, .page-head li a, .profile-box a {
    transition: .5s ease-in
}

.float:hover {
    background-color: #fff;
    color: #25d366;
    border-right: 1px solid #25d366;
    border-bottom: 1px solid #25d366
}

.my-float {
    margin-top: 8px
}

.page-head {
    padding: 20px 0
}

.page-head ul {
    border-bottom: 1px solid #ddd;
    display: inline-block
}

.page-head li {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 11px 0;
    margin: 0 5px
}

.page-head li a {
    color: #666
}

.cart-links li .active, .page-head li a:hover {
    color: #1bb6f3
}

.register {
    padding-bottom: 35px
}

.register input {
    height: 20px;
    padding: 20px;
    float: left;
    background: #fff;
    border-radius: 40px
}

.page-title h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #666
}

.form-cont {
    padding: 30px;
    border: 1px solid #dddddd87;
    margin-bottom: 15px
}

.form-cont label {
    margin-top: 11px;
    font-size: 13px;
    color: #666
}

.re-method h5 {
    font-weight: 600;
    color: #666
}

.re-method ul li a {
    background: #000;
    padding: 10px 30px;
    font-size: 13px;
    display: inline-block;
    margin: 5px 0;
    color: #fff
}

.re-method ul li a i {
    margin-right: 10px
}

.re-method ul li:first-child a {
    background: #3c66c4
}

.re-method ul li:nth-child(2) a {
    background: #cf4332
}

.cat-side .submit button, .pagination > li > a:hover {
    background: #1bb6f3;
    color: #fff
}

.ad img {
    width: 100%;
    height: 222px;
    margin-bottom: 40px
}

.cat-side {
    border: 1px solid #dddddd7a;
    border-left: 3px solid #19befe;
    padding: 25px
}

.side-all .checkbox label {
    color: #19befe;
    font-weight: 600;
    font-size: 15px;
    display: block;
    padding-bottom: 7px
}

.block h5 {
    color: #666;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #dddddd7a;
    border-bottom: 1px solid #dddddd7a;
    display: block;
    padding: 15px 0
}

.block .checkbox label, .finish p {
    color: #666;
    font-size: 14px
}

.block .checkbox label span {
    padding: 0 3px;
    display: inline-block
}

.block .form-control {
    box-shadow: unset;
    border-radius: 0;
    width: 72%;
    border: 1px solid #cccccc47
}

.block h4 {
    margin: 20px 0
}

.block h4 i {
    font-size: 15px;
    color: #777;
    margin: 0 2px
}

.cat-side .submit {
    text-align: right
}

.cat-side .submit button {
    box-shadow: unset;
    padding: 7px 30px;
    border: 0;
    transition: .5s
}

.cat-side .submit button:hover {
    background: #505050
}

.cat-p-content .product-grid .product-image img {
    width: 180px;
    height: 222px
}

.cat-p-content .product-grid:hover .social {
    top: 113%
}

.pagination > li > a, .pagination > li > span {
    color: #555;
    transition: .5s
}

.cart-page .cart-s-link, .pag-con, .related-pro {
    margin-bottom: 30px
}

.ad2 {
    margin: 30px 0
}

.ad2 img {
    width: 100%;
    height: 400px
}

.customNavigation a, .number, .value-button {
    height: 33px;
    text-align: center
}

.related-pro .product-grid .product-content {
    padding: 15px 0 0
}

.related-pro .product-grid {
    padding: 25px 10px 15px
}

.related-pro .product-grid .product-image img {
    width: 133px;
    height: 126px
}

.related-pro .item {
    margin: 15px
}

.rel-tilte h4 {
    font-size: 17px;
    font-weight: 600;
    color: #666;
    border-bottom: 1px solid #dddddd5c;
    padding: 12px 0
}

.customNavigation {
    bottom: 321px;
    right: 0
}

.customNavigation a {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    width: 33px;
    line-height: 33px;
    display: inline-block;
    color: #777;
    border: 1px solid #55555526
}

.customNavigation .next {
    right: 62px
}

.customNavigation a:hover {
    background: #2572f0;
    border: 1px solid #2572f0;
    color: #fff
}

.cart-s-con {
    border: 1px solid #dddddd59
}

.cart-s-con h4 {
    font-size: 15px;
    font-weight: 600;
    color: #777;
    background: #f9f9f9;
    padding: 15px;
    margin-top: 0
}

.cart-s-det h5 {
    font-size: 14px;
    color: #666;
    padding: 10px 15px
}

.cart-box2 h4 span:nth-child(2), .cart-box3 h4 span:nth-child(2), .cart-s-det h5 span:nth-child(2) {
    float: left
}

.cart-s-det h5:nth-child(3) {
    border-top: 1px solid #dddddd59;
    padding: 13px 15px 5px
}

.cart-s-link a {
    display: inline-block;
    padding: 10px 35px;
    font-size: 14px;
    background: #ff3b30;
    color: #fff;
    margin: 20px 0 5px
}

.cart-s-link a:hover {
    background: #777
}

.cart-box {
    border: 1px solid #dddddd96
}

.cart-b-title {
    background: purple;
    color: #fff;
    margin-top: 0;
    padding: 13px;
    font-size: 16px
}

.cart-img img {
    width: 90%;
    height: 212px;
    margin-bottom: 20px
}

.cart-con {
    margin-top: 35px
}

.cart-con h4 {
    font-size: 17px;
    line-height: 26px;
    margin: 15px 25px 15px 0;
    color: #777
}

.cart-con h4 span {
    float: right;
    color: purple;
    font-weight: 700
}

html input[disabled] {
    display: none !important
}

.c-pro-img span, .cart-image h4 span, .number, .profile-box a, .value-button {
    display: inline-block
}

.cart-con p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #444
}

.cart-con ul {
    margin-top: 30px
}

.card .col-md-6, .cart-con ul li, .cart-info11 .col-md-6 {
    padding: 0 15px
}

.cart-con ul li a, .cart-links li, .cart-links li a {
    color: #666
}

.cart-con ul li a i {
    margin-right: 5px
}

.value-button {
    width: 40px;
    font-size: 17px;
    line-height: 33px;
    cursor: pointer;
    transition: .5s;
    background: #fff;
    border-radius: 0;
    border: 1px solid #cccccce3;
    color: #555
}

.value-button:hover {
    color: #2572f0
}

.number {
    margin: 0 -5px;
    width: 48px;
    border: 1px solid #ccccccb3;
    border-radius: 0
}

.card .form-group, .cart-info11 .form-group, .cart-item {
    margin-bottom: 20px
}

.cart_counter, .decrease, .increase {
    display: flex
}

.increase {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    justify-content: center
}

.decrease {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    align-items: center;
    justify-content: center
}

.cart-page {
    padding-bottom: 50px
}

.cart-item {
    border-bottom: 1px solid #dddddd8c
}

.profile-img {
    border: 3px outset purple;
    width: 97px;
    height: 95px;
    border-radius: 100%;
    overflow: hidden
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.profile-info {
    margin: 15px 0
}

.profile-box, .profile-page {
    margin-bottom: 40px
}

.profile-info h5 {
    font-size: 17px;
    font-weight: 700;
    color: purple
}

.profile-info h4 {
    color: #666;
    font-size: 16px;
    margin: 15px 0
}

.profile-info a {
    font-weight: 700;
    color: purple
}

.profile-tab .nav-tabs > li a {
    text-decoration: none !important;
    cursor: pointer !important
}

.profile-tab .nav-tabs > li a i {
    background: #fbf9f9;
    color: #777;
    padding: 9px 10px;
    margin-right: 3px
}

.profile-tab .nav-tabs > li > a.active i, .profile-tab .nav-tabs > li > a.active:hover i, .profile-tab .nav-tabs > li > a:focus.active i {
    background: purple;
    color: #fff
}

.profile-tab .nav-tabs > li a, .profile-tab .nav-tabs > li a:hover, .profile-tab .nav-tabs > li > a.active, .profile-tab .nav-tabs > li > a.active:focus, .profile-tab .nav-tabs > li > a.active:hover {
    color: #666;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent
}

.add-l a, .profile-box {
    border: 1px solid #ddd
}

.profile-tab .nav-tabs > li a {
    border: 0;
    padding: 10px 0
}

.cart-info2 ul:last-child, .cart-tab .nav-tabs, .profile-tab .nav-tabs {
    border-bottom: 0
}

.profile-title h4 {
    font-size: 16px;
    color: #666;
    font-weight: 600
}

.profile-title p {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px
}

.profile-box {
    padding: 0 0 20px
}

.profile-box h4 {
    margin-top: 0;
    padding: 10px;
    color: #fff;
    background: purple;
    font-size: 14px
}

.profile-box .change:hover, .profile-box a {
    background: #ff3b30
}

.profile-box h5 {
    font-size: 14px;
    color: #666;
    margin: 17px 0;
    line-height: 23px
}

#cart3 .cart-info2, .add-l a, .add-l h5 {
    margin: 10px 0
}

.profile-box a {
    padding: 6px 30px;
    color: #fff;
    font-size: 14px
}

.profile-box .change {
    background: purple;
    margin-top: 25px
}

.add-l a {
    padding: 6px 27px;
    background: 0 0;
    color: #555
}

.add-pro a, .profile-add a {
    padding: 7px 35px;
    transition: .5s ease-in
}

.profile-add a {
    text-decoration: none !important;
    background: purple;
    color: #fff
}

.add-pro a, .profile-box .cart-con ul li:last-child a {
    background: #2572f0;
    color: #fff
}

.add-pro a:hover, .profile-add a:hover {
    background: #7a7a7a
}

.mystore .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1
}

.mystore .nav-tabs {
    text-align: center;
    border: 0
}

.mystore .nav-tabs > li > a:hover {
    background: 0 0;
    border: 0
}

.mystore .nav-tabs > li.active > a, .mystore .nav-tabs > li.active > a:focus, .mystore .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    background: #1bb6f3
}

.img-cat img {
    width: 100%;
    margin: 20px 0;
    height: 160px
}

.profile-box form {
    padding: 10px
}

.profile-box form label {
    margin: 7px 0;
    font-weight: 700;
    text-align: center;
    color: #777;
    font-size: 13px
}

.profile-box form .form-control {
    border-radius: 0;
    border: 1px solid #cccccc73;
    box-shadow: unset
}

.profile-box .cart-con h4 {
    background: 0 0;
    color: #666;
    padding: 10px 0;
    font-size: 16px
}

.cart-products {
    padding: 50px 70px;
    background: #f9f9f9;
    min-height: 508px
}

.c-pro-img span {
    font-size: 15px;
    margin: 0 10px
}

.c-pro-con, .cart-box2 h4, .cart-box3 h4 {
    font-size: 13px;
    font-weight: 600;
    color: #666
}

.c-pro-img img {
    width: 90px;
    height: 111px
}

.c-pro-con {
    margin-top: 43px
}

.cart-box2 {
    margin: 25px 0;
    border-top: 1px solid #cccccc8c;
    border-bottom: 1px solid #cccccc8c
}

.cart-box2 h4, .cart-box3 h4 {
    margin: 30px 0
}

.cart-tab {
    margin: 40px 0;
    padding: 0 15px 0 55px
}

.cart-info11, .cart-links, .write-comm {
    margin: 20px 0
}

.cart-tab .nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color: #000;
    border-bottom: 2px solid transparent !important
}

.cart-tab .nav-tabs > li.active > a, .cart-tab .nav-tabs > li.active > a:focus, .cart-tab .nav-tabs > li.active > a:hover, .cart-tab .nav-tabs > li > a:hover {
    color: #1bb6f3;
    border: 0;
    border-bottom: 2px solid #f7bc65 !important;
    cursor: default;
    background-color: #fff
}

.cart-tab .nav-tabs > li > a:focus, .cart-tab .nav-tabs > li > a:hover {
    background: 0 0;
    border: 0;
    border-radius: 0
}

.cart-tab .tab-content {
    padding: 12px
}

.cart-tab .nav-tabs > li:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 27px;
    background: #ccc
}

.cart-tab .nav-tabs > li:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 27px;
    background: #ccc
}

.cart-info1 h4, .cart-info11 h4, .cart-info22 h4, .cart-tab h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 12px 0;
    color: #666
}

.cart-image h4 span {
    font-weight: 500
}

.cart-image h4 a {
    color: #1bb6f3;
    margin-top: 5px;
    display: block
}

.card h4 img, .cart-image h4, .cart-info2 ul li a, .cart-info22 h5, .cart-info22 label {
    display: inline-block
}

.cart-image img {
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border-radius: 100%;
    margin-bottom: 15px
}

.cart-info11 h4 {
    font-size: 13px;
    color: #666
}

.card .form-control, .cart-info11 .form-control {
    height: 36px;
    border-radius: 0;
    border: 1px solid #cccccc40;
    box-shadow: unset;
    color: #666
}

.cart-info2, .cart-info222 {
    border: 1px solid #cccccc6b
}

.cart-info2 {
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 5px
}

.cart-info2 ul {
    border-bottom: 1px solid #dddddd70;
    padding-bottom: 10px;
    margin: 0
}

.cart-info2 ul li {
    width: 32%;
    margin: 2px 0;
    font-size: 14px;
    color: #777;
    line-height: 23px
}

.card .form-group, .feed-back ul li {
    margin-bottom: 15px
}

.cart-info2 ul li a {
    text-align: right;
    float: right;
    color: #1bb6f3;
    padding-top: 4px;
    font-size: 13px
}

.cart-info22 {
    margin: 50px 0 0
}

.cart-info22 h5 {
    float: left;
    margin: 0;
    font-weight: 600px
}

.follow, .from-btn {
    float: right
}

.cart-info222 {
    margin-bottom: 30px;
    padding: 14px;
    border-radius: 0;
    background: #fbf9f9
}

.card {
    border: 1px solid #cccccc6b;
    background: #f7f6f5;
    min-height: 215px;
    margin-bottom: 12px;
    border-radius: 5px;
    overflow: hidden
}

.card h4 {
    background: #fff;
    padding: 10px 15px;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 300
}

.card h4 img {
    float: left;
    width: 30px;
    height: 20px
}

.cart-form .submit {
    padding: 8px 35px !important;
    font-size: 13px !important
}

.cart-add {
    border: 1px solid #cccccc94;
    padding: 0 15px;
    border-radius: 5px;
    margin-bottom: 10px
}

.follow a {
    display: inline-block !important;
    padding: 8px 30px !important;
    margin: 10px 0 0;
    border: 0;
    box-shadow: unset;
    color: #fff;
    font-size: 14px;
    transition: .9s ease-in;
    background: #1bb6f3
}

.follow a:hover {
    background: #545454
}

.payf .row {
    padding: 15px
}

.payf label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-top: 10px
}

.payf .form-control {
    box-shadow: unset;
    border-radius: 0;
    border: 1px solid #cccccc40
}

.finish {
    padding: 60px 0 80px
}

.finish img {
    width: 250px;
    height: 232px
}

.finish h4 {
    color: purple;
    margin: 20px 0;
    font-size: 25px
}

.feed-back ul li {
    border-bottom: 1px solid #55555517;
    min-height: 71px
}

.comm-date h4, .comm-name h4 {
    font-size: 14px;
    margin: 11px 0;
    font-weight: 600;
    color: #666
}

.comm-name h5 {
    color: #888
}

.comm-rate h5 {
    margin-top: 33px;
    font-size: 14px
}

.comm-date .evaluate span {
    color: #e8cd19
}

.write-comm h4 {
    font-size: 16px;
    margin: 15px 0;
    color: #555
}

.write-comm button {
    background: #1bb6f3;
    border: 0;
    padding: 8px 40px;
    color: #fff;
    font-size: 15px;
    transition: .4s ease-in-out
}

.write-comm button:hover {
    background: #626262
}

.sin {
    display: block;
    font-size: 76px !important;
    color: #40bbf2;
    margin-bottom: 26px
}

.input-image input[type=radio], .profile-dropdown input[type=checkbox], .size_radio input[type=radio] {
    display: none
}

.input-image img:hover, .size_radio h4:hover {
    opacity: .6;
    cursor: pointer
}

.input-image img:active, .size_radio h4:active {
    opacity: .4;
    cursor: pointer
}

.input-image input[type=radio]:checked + label > img {
    border: 2px solid #19befe;
    padding: 2px;
    border-radius: 5px
}

.size_radio input[type=radio]:checked + label > h4 {
    border: 2px solid #19befe;
    border-radius: 50%;
    padding: 5px
}

.size_radio {
    display: inline-block;
    margin-left: 13px
}

.no-btn {
    border: none;
    background: 0 0;
    color: red
}

.from-btn, .menu-button {
    color: #fff;
    cursor: pointer
}

.color img {
    width: 100%;
    height: 125px
}

.from-btn {
    overflow: visible;
    border: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    font: 13px/40px 'lucida sans', 'trebuchet MS', Tahoma;
    background: purple;
    border-radius: 40px
}

.from-btn:hover {
    background: #d400d4
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(#e8f0fe, rgba(128, 0, 128, .49)) !important;
    color: fieldtext !important
}

.profile-dropdown {
    display: inline-block;
    background: #f2f2f2;
    margin: auto;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.profile-dropdown * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.profile-dropdown input[type=checkbox]:checked ~ ul {
    display: block;
    animation: .5s pulse;
    width: auto !important
}

.profile-dropdown input[type=checkbox]:checked ~ img, .profile-dropdown input[type=checkbox]:checked ~ label {
    background: #e800e8
}

.profile-dropdown input[type=checkbox]:checked ~ label i {
    color: #f2f2f2
}

.profile-dropdown input[type=checkbox]:checked ~ label:after {
    content: '';
    position: absolute;
    top: 100%;
    right: calc(50% - 10px);
    display: block;
    border-style: solid;
    border-width: 7px 10px 0;
    border-color: #e800e8 transparent transparent;
    width: 0;
    height: 0
}

.profile-dropdown img {
    display: inline-block;
    background: #d9d9d9;
    height: 2.5rem;
    margin: .5rem .75rem .5rem .5rem;
    border-radius: 50%
}

.profile-dropdown span {
    display: inline-block;
    vertical-align: sub;
    width: 125px;
    margin-right: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.profile-dropdown ul {
    display: none;
    list-style: none;
    padding: 0;
    marrgin: 0;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    border-radius: 3px
}

.profile-dropdown ul li a {
    display: block;
    padding: .75rem 1rem;
    text-decoration: none;
    color: #737373;
    font-size: 1rem
}

.profile-dropdown ul li a i {
    font-size: 1.3rem;
    margin: 0 .75rem 0 -.25rem
}

.profile-dropdown ul li a:hover {
    background: #e5e5e5
}

.profile-dropdown ul li:first-child a:hover {
    border-radius: 3px 3px 0 0
}

.profile-dropdown ul li:last-child a:hover {
    border-radius: 0 0 3px 3px
}

.profile-dropdown > label {
    position: relative;
    height: 3.5rem;
    display: block;
    text-decoration: none;
    background: 0 0;
    color: #333;
    box-sizing: border-box;
    padding: .9rem;
    float: right;
    border-radius: 0 3px 3px 0
}

.profile-dropdown > label i {
    color: #b2b2b2;
    font-size: 1.75rem
}

.profile-dropdown:after {
    content: '';
    display: table;
    clear: both
}

.menu-container {
    position: relative;
    border-radius: 22px
}

.menu-container span {
    font-weight: 700;
    color: purple;
    letter-spacing: 2px
}

.menu-container.open > .menu-button, .menu-container.open > .menu-button span, .menu-dropdown .content > ul > li a:hover {
    color: #000
}

.menu-container.open > .menu-dropdown {
    opacity: 1;
    border-radius: 11px;
    transition: opacity .2s, box-shadow .3s, border-radius .3s, transform .2s ease-out;
    transform: none
}

.menu-button {
    background: 0 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: none;
    padding: 0 20px 0 8px;
    height: 44px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    outline: 0 !important;
    z-index: 1;
    position: relative
}

.openBtn, .openBtn:focus, .openBtn:hover, .overlay input[type=text]:focus {
    outline: 0
}

.menu-button > img {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    margin-right: 13px
}

.menu-dropdown {
    box-shadow: 0 0 60px 5px rgba(0, 0, 0, .3);
    opacity: 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 44px 0 0;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    overflow: hidden;
    border-radius: 22px 22px 11px 11px;
    transition: opacity .2s, box-shadow .4s, border-radius .4s, transform 0s ease-out .2s;
    transform: translateY(10px);
    transform-origin: 0 0
}

.menu-dropdown .content {
    overflow: hidden;
    padding: 8px 12px 2.6666666667px
}

.menu-dropdown .content > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-dropdown .content > ul > li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
    cursor: pointer
}

.menu-dropdown .content > ul > li a {
    color: purple;
    font-size: 12px;
    transition: .5s;
    text-decoration: none !important;
    font-weight: 600
}

.menu-dropdown > .menu-button {
    border: none;
    color: #000
}

.menu-container.open > .menu-button span svg.fa-angle-down {
    transform: rotate(180deg)
}

.openBtn {
    border: none;
    font-size: 20px;
    cursor: pointer;
    background: 0 0;
    color: #404040
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9)
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff
}

.overlay .closebtn:hover {
    color: #ccc
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #fff;
    border-radius: 24px 0 0 24px
}

.overlay input[type=text]:hover {
    background: #f1f1f1
}

.overlay button {
    float: left;
    width: 20%;
    padding: 19px;
    background: purple;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 0 24px 24px 0;
    transition: .5s;
    color: #fff
}

.no-scroll {
    overflow: hidden
}

.small_ul {
    list-style: none;
    margin: 0 1em;
    padding: 0
}

.small_ul li {
    padding: 0 .5em;
    display: inline-block
}

.cart_header, .cart_header:hover {
    color: #404040;
    text-decoration: none !important
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.badge-warning[href], .label-warning[href] {
    background-color: #c67605
}

#lblCartCount {
    font-size: 11px;
    font-weight: 300;
    background: #8d008d;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px
}

.special-products .item {
    margin-bottom: 2rem
}

.special-products .item img {
    height: 250px;
    width: 100%;
    object-fit: contain
}

.special-products .item .title h4 {
    color: #952b8d;
    font-size: 2rem !important;
    font-weight: 900 !important;
    font-family: 'Gothic A1', sans-serif !important;
    margin-bottom: 1rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.special-products .item:hover h4 {
    color: rgba(48, 48, 48, .75)
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(128, 0, 128, .6);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 0, 128, .2)
}

.color55 {
    background: red !important
}

.cart-box2 h4, .cart-box3 h4, .cart-s-det h5 {
    display: flex;
    justify-content: space-between
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.address_chose .form-group {
    display: block;
    margin-bottom: 15px
}

.address_chose .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.address_chose .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 12px
}

.address_chose .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid purple;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.address_chose .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid purple;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
