/* header {
    background: url(images/banner.jpg) no-repeat;
} */

@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,700;1,400&family=Titillium+Web:wght@400;600;700&display=swap');

/* Mobile CSS Standard*/

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Titillium Web', sans-serif;
}

a:hover {
    color: #d23434
}

.main-head li a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.main-head li:hover a {
    color: #d23434
}

.main .btn:hover {
    background: #d23434 !important;
    color: #fff !important;
}

header {
    background: url(images/banner.jpg) no-repeat center top;
    background-color: #000;
}

.banner {
    padding: 150px 0;
    text-align: center;
}

.banner h1 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 20px 0;
}

.body section {
    padding: 30px 0;
}

.btn {
    border: #d23434 solid 2px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 20px
}

section .btn {
    color: #fff;
    background-color: #007bff;
    border: #007bff solid 1px !important;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #fff !important;
}

.overlay ul {
    list-style: none;
    padding: 0 30px;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 300;
    margin-top: 18vh;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(40% / 5) !important;
    min-height: 49px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.container.overlay-open::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
}

.hamburger {
    z-index: 1200;
    outline: none !important;
    cursor: pointer;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff !important;
}

.overflow {
    overflow: hidden;
}

.overlay-contentpush {
    z-index: -2;
    background: #000000 !important;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23px;
}

.overlay-contentpush ul li:hover a {
    color: #2ACCAC;
}

.overlay-contentpush.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.3s;
    z-index: 600;
}

.hamburger {
    right: 0;
    position: absolute;
}

header .main-head {
    position: relative;
    padding: 15px 0;
}

.main-head .logo {
    max-width: 180px;
}

.main-head .logo img {
    max-width: 100%;
}

.topnav {
    display: none;
}

.topnav .contacts img {
    max-width: 20px
}

.topnav .contacts ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.topnav .contacts ul li {
    list-style: none;
    padding-top: 10px;
}

section {
    text-align: center;
}

section h2 {
    font-size: 33px;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

section p {
    font-size: 20px
}

section.gray {
    background: #f8f8f8
}

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

section .watch-list {
    margin: 30px 0 0 0
}

.slick-slide img {
    max-width: 100%;
    margin: auto
}

.slick-prev,
.slick-next {
    padding-left: 32px;
    position: absolute;
    right: 0;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #d23434
}

.slick-next {
    right: -9px;
}

.shopping-cart-footer .btn-outline-secondary {
    background: #d23434
}

.slick-prev {
    left: -19px;
    z-index: 300;
    right: unset
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 10px;
    content: "\f054";
    color: #2c2c2c;
    font-size: 40px;
}

.slick-prev:before {
    content: "\f053"
}

section.product-section {
    /* background: url(images/section-bg-clock.jpg) no-repeat center center #000000; */
    background-size: cover
}

section.home-product-list {
    background: #fff;
    text-align: center
}

section.home-product-list h2 {
    color: #000
}

section.home-product-list .btn-set {
    width: 100%;
}

section.home-product-list .btn-set a:nth-child(1) {
    color: #fff
}

section.home-product-list h2 {
    color: #000;
}

.product-list {
    margin-bottom: 30px;
    padding-top: 40px
}

.btn-set {
    margin: 0 20px;
}

.btn-set a {
    width: 100%;
}

.product-entry {
    background: #2f2f2f;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 0 20px 20px 20px;
    text-align: left;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    padding-right: 100px;
}

.product-entry .featured-img {
    position: absolute;
    top: 0;
    right: -110px;
}

.product-entry a {
    position: absolute;
    bottom: 40px;
    left: 19px;
    color: #eb3b3b;
    text-decoration: none;
    font-size: 20px
}

.product-entry a * {
    vertical-align: middle;
}

.social-media-section {
    background: #181818;
    padding: 10px;
}

.social-media-section .socials {
    display: inline-flex;
}

.social-media-section h2 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 20px 0;
    width: 100%;
}

.social-media-section li {
    margin: 10px 10px;
}

.social-media-section li a {

    display: flex;
    align-items: center;
    /* background: #d23434; */
    border-radius: 50%;
    justify-content: center;
    text-decoration: none;
    /* text-indent: -9999px; */
}

.social-media-section li a img {
    width: 150px;
}

.social-media-section li a i {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    border: none
}

footer {
    background: #000000;
    color: #c0c0c0;
    padding: 36px 20px 20px 20px;
}

.footer-logo img {
    display: block;
    margin: 0 0 20px 0
}

.footer-logo p {
    margin-bottom: 45px;
    font-size: 13px;
}

.footer-nav a {
    color: #fff
}

footer h5 {
    margin-bottom: 20px;
}

footer ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

footer ul li {
    margin: 0 0 15px 0;
    width: 50%;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
}

footer .footer-contact ul {
    display: block;
}

footer .footer-contact ul li {
    width: 100%;
}

footer .footer-contact ul li i {
    color: #d23434;
    font-size: 20px;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.desktop {
    display: none;
}

.productlist .btn-set {
    display: flex;
}

.banner p {
    color: #fff;
}

.main {
    padding: 30px 0;
    background: #f7f7f7
}

.main .widget ul.links li {
    list-style: none;
    margin: 0;
}

.main .widget ul {
    margin: 0;
    padding: 0;
}

.search {
    border: #c7c7c7 solid 1px;
    padding: 8px 10px;
    display: flex;
    position: relative;
}

.search .text {
    background: none;
    border: none;
    outline: none;
    width: 88%;
}

.search .search-btn {
    background: url(images/search-btn.png) no-repeat;
    width: 26px;
    height: 25px;
    text-indent: -99999px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.main .widget h3 {
    margin: 0 0 20px 0;
}

.main .product-settings .dropdown {
    margin: 0 0 20px 0
}

.productlist .item {
    margin: 0 0 20px 0;
    text-align: center;
}

.productlist .btn-set a {
    color: #fff;
    border: #212121 solid 1px;
    text-transform: uppercase;
    margin: 0 5px;
}

.productlist .btn-set a:nth-child(2) {
    background: #fff;
    color: #fff;
}

.pager {
    border: none;
}

.pager ul {
    display: flex;
    justify-content: center;
}

.pager ul li a {
    display: block;
    padding: 12px 18px;
    color: #000000;
}

.pager ul li {
    border: #e1e1e1 solid 1px;
    padding: 0;
}

.pager ul li a {
    color: #000000;
}

.pager ul li.active a,
.pager ul li:hover a {
    background: #e33535;
    color: #fff;
}

.pager ul li:last-child i {
    font-size: 20px;
}

.pager ul li {
    list-style: none;
}

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

.pager {
    margin: 20px 0;
}

.main .widget ul.links li a {
    display: block;
    padding: 10px 0;
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.main .widget.prod-cat {
    padding: 20px 0;
}

.productlist .item {
    display: unset;
    height: auto;
    border: none !important
}

.product-details .featured-img {
    position: relative
}

.product-details .featured-img .thumbs img {
    width: 50px;
    height: 73px;
    object-fit: contain;
}

.product-details .featured-img .thumbs {
    position: absolute;
    left: -89px;
    top: 0;
}

.product-details .featured-img .thumbs li {
    margin: 0 0 15px 0;
    background: #efefef;
    width: 60px;
    padding: 5px;
}

.product-main {
    padding: 60px 0;
}
.product-info {
    padding: 10px 15px 30px 15px;
}
.product-info .product-title,
.product-info .product-price{
    text-align: center
}
.product-info .product-description{
    max-width: 540px;
    margin: auto;
    font-size: 11px;
    text-align: center;
}
.product-info .product-description p{
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.product-info .icon-group p{
    padding: 10px 0;
    font-size: 14px;
}
.product-info .icon-group img{
    height:50px;
}
.product-info .product-price:after{
    height: 3px;
    display: block;
    background-color: #d1aa67;
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
    content:'';
    margin:auto;
    margin-bottom:20px
}
ol.breadcrumb {
    font-weight: 400;
    font-size: 13.6px;
}
ol.breadcrumb li a {
    color: rgba(102,102,102,.7);
    font-weight: normal;
    text-decoration: none;
}
.product-title h1 {
    font-weight: 600;
    font-size: 36px;
    margin: 0;
    margin-bottom: 15px;
}
.price {
    font-weight: 600;
    font-size: 43px;
    margin: 0;
    margin-bottom: 15px;
}
.wire-price {
    font-weight: normal;
    color: green;
    margin-bottom: 15px;
    font-size: 20px;
}
.wire-price span {
    font-weight: 600;
}
.product-description p {
    color: #757575;
    font-size: 20px;
    margin-bottom: 40px;
}
.paypal-img img {
    width: 18%;
}
.paypal-img a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.paypal-img span {
    color: #0070ba;
    font-weight: 500;
}
.icon-group {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.icon {
    flex: 0 0 auto;
    width: 25%;
    text-align: center;
    justify-content: center;
}
.icon p {
    font-weight: 600;
    font-size: 18px;
}
.watchlist {
    flex: 0 0 auto;
    text-align: center;
    justify-content: center;
}
.watchlist img {
    max-width: 100%;
}
.product-info .icon-group{
    margin-bottom:0;
}
.product-info .icon-group .row{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.product-info .icon-group .row{
    font-weight: 600;
    font-size: 15px;
    padding: 12px 0;
}
.product-info .product-title h1{
    margin-bottom: 0;
}
.product-info  .price{
    margin-bottom: 0;
}

.additional-product .nav li{
    text-transform: uppercase;
    width: 100%;
}
.additional-product .nav li button{
    text-transform: uppercase;
}
.product-details .btn-set a.btn-buy{
    width: 40%;
    text-transform: uppercase;
    padding: 10px 10px;
}

.productlist .btn-set a.btn-sold {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    border: #28a745 solid 1px !important
}


.productlist .btn-set a.btn-reserved {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107 !important
}

.prod-spec-header {
    font-weight: bold;
    text-transform: uppercase;
}

.prod-spec-header:after{
    height: 3px;
    display: block;
    background-color: #d1aa67;
    margin: 1em 0 1em;
    width: 100%;
    max-width: 50px;
    content: '';
    margin: auto;
    margin-bottom: 20px;

}


@media only screen and (max-width: 700px) {
    .product-details .prod-container,
    .product-details .product-main{
        margin-left:30px;
    }
    .product-details .featured-img .thumbs {
        left: -50px;
    }

    .product-info .product-description{
        max-width: 100%;
    }

    .product-info .icon-group .row{
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    .product-info .icon-group p{
        font-weight: 600;
        font-size: 12px;
    }
    .product-info .icon-group .icon{
        flex: 0 0 auto;
        width: 33%;
        text-align: center;
        justify-content: center;

    }
    .product-info .icon-group .icon img{
    height: 50px;
    object-fit: contain;

    }
    .product-details .price,
    .product-details .product-title h1{
            margin-bottom: 0;
    }

}

@media only screen and (max-width: 768px) {
    .prod-container {
        text-align: center;
    }
    .watchlist img {
        max-width: 70%;
    }
    .product-title h1 {
        font-weight: 600;
        font-size: 32px;
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .product-description p {
        color: #757575;
        font-size: 15px;
        margin-bottom: 40px;
    }

    .icon p {
        font-weight: 600;
        font-size: 15px;
    }
  }


@media screen and (min-width: 1000px) {
    section p {
        font-size: 18px;
    }
    section .btn {
        padding: 9px 24px;
        font-weight: 400;
        font-size: 17px;
    }
    .main-head .logo {
        max-width: 190px;
    }
    .desktop {
        display: block;
    }
    .topnav {
        display: block;
        border-bottom: #353535 solid 1px;
        padding: 15px 0 10px 0;
    }
    .topnav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .topnav .row {
        justify-content: space-between;
    }
    .topnav .socials-list .socials {
        display: flex;
    }
    .topnav .contacts li {
        margin: 0 30px 0 0;
        position: relative
    }
    .topnav .contacts li:before {
        content: '';
        width: 1px;
        height: 10px;
        background: #353535;
        position: absolute;
        right: -17px;
        top: 9px;
    }
    .topnav .contacts li:last-child:before {
        display: none;
    }
    .topnav .contacts li img {
        margin: 0 5px 0 0;
    }
    .topnav .contacts li a {
        color: #b3b3b3;
        text-decoration: none;
        font-size: 14px;
    }
    .topnav .socials li {
        display: block;
        color: #c9c9c9;
        padding: 0 5px;
    }
    .topnav .socials a {
        display: block;
        /* border: #b3b3b3 solid 1px;
        border-radius: 50%; */
        /* width: 28px;
        height: 28px; */
        text-align: center;
    }
    .topnav .socials a i {
        color: #b3b3b3;
        font-size: 15px;
    }
    .topnav .socials-list .socials {
        justify-content: end;
    }
    .hamburger {
        display: none;
    }
    .nav-con {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .about-title {
        padding-top: 50px !important;
        padding-bottom: 30px !important
    }
    .nav-con a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 14px;
    }
    .watchyo-rolex-product,
    #page-title {
        background: #f7f7f7;
    }

    #page-title {
        text-transform: uppercase;
    }

    .main-head .navbar {
        justify-content: space-between;
    }
    .about-img img {
        max-width: 100%;
    }
    .about-content {
        padding: 0 0 80px 0;
    }
    .main-head .logo {
        margin: 0 20px 0 0
    }
    .banner h1 {
        max-width: 400px;
        margin: auto;
        font-size: 40px;
        margin-bottom: 20px;
    }
    .banner .btn {
        padding: 5px 24px;
        font-size: 20px;
    }
    .arrival-section {
        text-align: left;
    }
    .arrival-section .desc {
        align-self: center;
    }
    .slick-initialized .slick-slide {
        text-align: center;
    }
    .slick-slide img {
        max-width: 190px;
        margin: auto;
        padding: 0;
        display: inline;
    }
    .watch-list {
        width: 90%;
        margin: auto !important
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 34px;
    }
    .slick-prev:before {
        left: -11px;
    }
    .slick-next:before {
        right: -11px;
    }
    .product-list .slick-slide img {
        max-width: 320px;
    }
    .product-list .product-entry.slick-slide {
        text-align: left;
    }
    .product-list .product-entry.slick-slide h3 {
        text-transform: uppercase;
        font-size: 25px
    }
    .product-list .product-entry.slick-slide p {
        padding-right: 20px;
    }
    .product-list .product-entry.slick-slide a {
        font-size: 18px
    }
    .btn-set a {
        width: auto
    }
    section.product-section {
        padding: 80px 0;
    }
    .page .banner {
        padding: 20px 0 30px
    }
    .page .banner p {
        color: #fff;
    }
    .widget {
        margin-bottom: 30px;
    }
    .search {
        border: #c7c7c7 solid 1px;
        padding: 8px 10px;
        display: flex;
        position: relative;
    }
    .search .search-btn {
        background: url(images/search-btn.png) no-repeat;
        width: 26px;
        height: 25px;
        text-indent: -99999px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .search .text {
        background: none;
        border: none;
        outline: none;
        width: 88%
    }
    .page .main {
        padding: 50px 0
    }
    .main ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .shopping-cart-footer .column {
        font-size: 24px;
    }
    .shopping-cart-footer .btn {
        border: none;
    }
    .main ul a {
        text-decoration: none;
    }
    .sidebar h3 {
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sidebar ul.links li a {
        display: block;
        padding: 10px 0;
        font-size: 1rem;
        color: #000000;
        font-weight: 400;
        text-transform: uppercase;
    }
    .social-media-section li {
        margin: 10px 5px;
    }
    .social-media-section li a {
        /* width: 30px;
        height: 30px; */
    }
    section.social-media-section {
        padding: 20px 0
    }
    .social-media-section h2 {
        color: #fff;
        font-size: 24px;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .productlist .item .featured-img {
        margin: 0 0 20px 0;
    }
    .productlist .item .desc h3 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 19px;
    }
    .product-list .item:nth-child(3) {
        border: none
    }
    .productlist .item .desc p {
        font-size: 18px;
        color: #717171;
    }
    .product-settings {
        margin: 0 0 30px 0;
        display: flex;
        justify-content: flex-end;
    }
    .productlist .btn-set {
        padding: 10px 22px;
    }
    .productlist .btn-set a {
        padding: 3px 11px;
    }
    .productlist .btn-set a {
        color: #fff;
        border: #fff solid 1px;
        text-transform: uppercase;
        margin: 0 5px;
    }
    .productlist .btn-set {
        padding: 0;
        margin: auto;
        text-align: center;
        justify-content: center;
    }
    .productlist .btn-set a:nth-child(2) {
        background: #212121;
        color: #fff;
    }
    .productlist .btn-set a {
        margin: 0 4px;
    }
    .productlist .item {
        margin: 0 0 40px 0;
        padding: 0;
    }
    .productlist .btn-set a {
        padding: 2px 16px;
    }
    .pager {
        border: none;
    }
    .pager ul {
        display: flex;
        justify-content: center;
    }
    .pager ul li a {
        display: block;
        padding: 12px 18px;
        color: #000000;
    }
    .pager ul li {
        border: #e1e1e1 solid 1px;
        padding: 0;
    }
    .pager ul li a {
        color: #000000;
    }
    .pager ul li.active a,
    .pager ul li:hover a {
        background: #e33535;
        color: #fff;
    }
    .pager ul li:last-child i {
        font-size: 20px;
    }
    .banner p {
        color: #fff;
    }
}


/*Global*/

@media screen and (max-width: 767px) {
    .product-details .featured-img img {
        max-width: 300px;
        margin: auto
    }
    .product-details .featured-img {
        text-align: center;
        margin: 0 0 40px 0
    }
    .slick-slide img {
        width: 170px;
    }
    .watch-list li {
        text-align: center;
    }
    .product-details .btn-set a.btn-buy {
        margin-bottom: 10px !important;
    }
    .productlist .btn-set {
        margin: 0px !important;
    }
}

.product-details .featured-img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.product-details .price {
    font-size: 30px;
}

.product-details .price {
    font-size: 30px;
}

.product-details .btn-set a.btn-buy {
    background: #000000;
    color: #fff;
}

.product-details .btn-set a {
    border: #000000 solid 1px;
    color: #000000;
    padding: 10px 25px;
    font-size: 17px;
}

.product-details .btn-set {
    margin: 0;
}

.product-details .btn-set a.btn-buy {
    margin: 0 7px 0 0;
}

.product-details .details {
    padding: 0 0 20px 0;
}

.product-details .desc-prod {
    align-self: center
}

.thumb {
    position: absolute;
}

.product-details .desc-prod h2 {
    margin: 0 !important;
}

.additional-product .nav li {
    width: 50%;
    border-top: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
    text-align: center
}

.additional-product .nav li {
    border-right: #6f6f6f solid 1px;
}

.additional-product .nav li a {
    border: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
    border-top: #000000 solid 1px;
    text-align: center;
}

body .additional-product button {
    display: inline;
    margin: auto;
    border: none;
    width: 100%;
    border-radius: 0;
    color: #000
}

.additional-product .nav-pills .nav-link {
    /* background: #d8d8d8; */
    color: #000;
    padding: 10px 10px;
    font-size: 19px;
}

.additional-product .nav-pills .nav-link.active {
    color: #000;
    background: #d8d8d8;
}

.additional-product .nav li:last-child {
    border-right: #000000 solid 1px;
}

.additional-product .nav li:first-child {
    border-left: #000000 solid 1px;
}

.additional-product .tab-pane {
    margin: 0 50px 60px 50px;
}

.additional-product .nav li .nav-link.active {
    background: #d8d8d8;
    border-radius: 0
}

.product-details .details {
    margin-bottom: 40px;
}

.form-control--disabled {
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.related-product {
    border-top: #d0d0d0 solid 1px;
    padding-top: 50px
}

.related-product h2 {
    text-align: center;
    margin: 0 0 50px 0;
}

.related-product h3 {
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px
}

input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    /* clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); */
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: #e33535;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid #e33535;
    outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.sidebar .form-control {
    border: none;
    display: flex;
    padding: 0;
    margin: 0 0 10px 0;
}

.sidebar .form-control input[type="checkbox"] {
    margin: 0 5px 10px 0;
    width: 25px;
    height: 25px;
}

.sidebar .form-control {
    display: flex;
}

.sidebar .form-control .price {
    width: 70%;
    text-transform: uppercase;
}

.color-dial input[type="checkbox"]::before {
    background-color: #456ea6;
}

.color-dial .form-control:nth-child(2) input[type="checkbox"]::before {
    background-color: #000
}

.color-dial .form-control:nth-child(3) input[type="checkbox"]::before {
    background-color: #e0e0e0
}

.color-dial .form-control:nth-child(4) input[type="checkbox"]::before {
    background: url(images/half-triangle.png) no-repeat;
    width: 17px !important;
    height: 18px !important;
    display: block;
}


/*Styling Selectbox*/

.dropdown {
    width: 300px;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.dropdown .select>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select>i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

.shopping-cart {
    /* height: 423px; */
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px ​1px 13px #e1e1e1;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.title {
    height: 60px;
    border-bottom: 1px solid #E1E8EE;
    padding: 20px 30px;
    color: #5E6977;
    font-size: 18px;
    font-weight: 400;
}

.item {
    padding: 20px 30px;
    height: 120px;
    display: flex;
}

.item:nth-child(3) {
    border-top: 1px solid #E1E8EE;
    border-bottom: 1px solid #E1E8EE;
}


/* Buttons -  Delete and Like */

.buttons {
    position: relative;
    padding-top: 30px;
    margin-right: 60px;
}

.delete-btn {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 17px;
    background: url("images/delete-icn.svg") no-repeat center;
    margin-right: 20px;
}

.like-btn {
    position: absolute;
    top: 9px;
    left: 15px;
    display: inline-block;
    background: url('images/twitter-heart.png');
    width: 60px;
    height: 60px;
    background-size: 2900%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.is-active {
    animation-name: animate;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-timing-function: steps(28);
    animation-fill-mode: forwards;
}

@keyframes animate {
    0% {
        background-position: left;
    }
    50% {
        background-position: right;
    }
    100% {
        background-position: right;
    }
}


/* Product Image */

.image {
    margin-right: 50px;
}


/* Product Description */

.description {
    padding-top: 10px;
    margin-right: 60px;
    width: 115px;
}

.description span {
    display: block;
    font-size: 13px;
    color: #43484D;
    font-weight: 400;
}

.description span:first-child {
    margin-bottom: 5px;
}

.description span:last-child {
    font-weight: 300;
    margin-top: 8px;
    color: #86939E;
}


/* Product Quantity */

.quantity {
    padding-top: 20px;
    margin-right: 60px;
}

.quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
}

button[class*=btn] {
    /* width: 30px;
    height: 30px;
    background-color: #E1E8EE; */
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.minus-btn img {
    margin-bottom: 3px;
}

.plus-btn img {
    margin-top: 2px;
}

button:focus,
input:focus {
    outline: 0;
}


/* Total Price */

.total-price {
    width: 83px;
    padding-top: 27px;
    text-align: center;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
}


/* Responsive */

@media (max-width: 800px) {
    .shopping-cart {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .item {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .image img {
        width: 50%;
    }
    .image,
    .quantity,
    .description {
        width: 100%;
        text-align: center;
        margin: 6px 0;
    }
    .buttons {
        margin-right: 20px;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: 44px;
}

select.form-control {
    padding-right: 38px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNv…9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 9px 9px;
}

.form-control:not(textarea) {
    height: 44px;
}

.form-control {
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
    border-radius: 22px;
    background-color: #fff;
    color: #606975;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-info {
    vertical-align: middle !important
}

.shopping-cart>table>thead>tr>th {
    padding: 10px 20px;
}

.shopping-cart .btn {
    padding: 3px 10px;
    margin: 5px 0;
    color: #2d2d2d;
    color: #d23434;
}

.shopping-cart>table>tbody>tr>td {
    padding: 4px 20px;
}

.shopping-cart,
.wishlist-table,
.order-table {
    margin-bottom: 20px
}

.shopping-cart .table,
.wishlist-table .table,
.order-table .table {
    margin-bottom: 0
}

.shopping-cart .btn,
.wishlist-table .btn,
.order-table .btn {
    margin: 0
}

.shopping-cart>table>thead>tr>th,
.shopping-cart>table>thead>tr>td,
.shopping-cart>table>tbody>tr>th,
.shopping-cart>table>tbody>tr>td,
.wishlist-table>table>thead>tr>th,
.wishlist-table>table>thead>tr>td,
.wishlist-table>table>tbody>tr>th,
.wishlist-table>table>tbody>tr>td,
.order-table>table>thead>tr>th,
.order-table>table>thead>tr>td,
.order-table>table>tbody>tr>th,
.order-table>table>tbody>tr>td {
    vertical-align: middle !important
}

.shopping-cart>table thead th,
.wishlist-table>table thead th,
.order-table>table thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px
}

.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart,
.order-table .remove-from-cart {
    display: inline-block;
    color: #ff5252;
    font-size: 18px;
    line-height: 1;
    text-decoration: none
}

.shopping-cart .count-input,
.wishlist-table .count-input,
.order-table .count-input {
    display: inline-block;
    width: 100%;
    width: 86px
}

.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
    display: table-cell;
    vertical-align: top
}

.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
    width: 130px;
    padding-right: 20px
}

.shopping-cart .product-item .product-thumb>img,
.wishlist-table .product-item .product-thumb>img,
.order-table .product-item .product-thumb>img {
    display: block;
    width: 90%
}

@media screen and (max-width: 860px) {
    .shopping-cart .product-item .product-thumb,
    .wishlist-table .product-item .product-thumb,
    .order-table .product-item .product-thumb {
        display: none
    }
}

.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
    display: block;
    font-size: 13px
}

.shopping-cart .product-item .product-info span>em,
.wishlist-table .product-item .product-info span>em,
.order-table .product-item .product-info span>em {
    font-weight: 500;
    font-style: normal
}

.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
    margin-bottom: 6px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500
}

.shopping-cart .product-item .product-title>a,
.wishlist-table .product-item .product-title>a,
.order-table .product-item .product-title>a {
    transition: color .3s;
    color: #374250;
    line-height: 1.5;
    text-decoration: none
}

.shopping-cart .product-item .product-title>a:hover,
.wishlist-table .product-item .product-title>a:hover,
.order-table .product-item .product-title>a:hover {
    color: #0da9ef
}

.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
    display: inline;
    margin-left: 6px;
    font-weight: 500
}

.wishlist-table .product-item .product-thumb {
    display: table-cell !important
}

@media screen and (max-width: 576px) {
    .wishlist-table .product-item .product-thumb {
        display: none !important
    }
}

.shopping-cart-footer {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e1e7ec
}

.shopping-cart-footer>.column {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle
}

.shopping-cart-footer>.column:last-child {
    text-align: right
}

.shopping-cart-footer>.column:last-child .btn {
    margin-right: 0;
    margin-left: 15px
}

@media (max-width: 768px) {
    .shopping-cart-footer>.column {
        display: block;
        width: 100%
    }
    .shopping-cart-footer>.column:last-child {
        text-align: center
    }
    .shopping-cart-footer>.column .btn {
        width: 100%;
        margin: 12px 0 !important
    }
}

.coupon-form .form-control {
    display: inline-block;
    width: 100%;
    max-width: 235px;
    margin-right: 12px;
}

.form-control-sm:not(textarea) {
    height: 36px;
}

.page-item.active .page-link {
    background: #e33535 !important;
    border-color: #e33535;
    color: #fff;
}

.page-link {
    color: #000000;
}

.disc-default {
    list-style: disc !important;
    padding-left: 50px !important;
    margin-bottom: 20px !important;
}

.checkout-form .text {
    border: 1px solid #e6e8eb;
    border-radius: 5px;
}

.checkout .card-body {
    padding: 0 !important
}

.checkoutn .card-body {
    padding: 0;
}

.checkout .card-body {
    display: flex;
}

.checkout .card-body span {
    width: auto
}


/* Checkout Out*/

@import url(//fonts.googleapis.com/css?family=Lato:400,300,700);
.checkout-page h2 {
    margin-bottom: 0px;
    margin-top: 25px;
    text-align: center;
    font-weight: 200;
    font-size: 19px;
    font-size: 1.2rem;
}

.checkout-page .dropdown-select.visible {
    display: block;
}

.checkout-page .dropdown {
    position: relative;
    width: 100%;
}

.checkout-page ul {
    margin: 0;
    padding: 0;
}

.checkout-page ul li {
    list-style: none;
    padding-left: 10px;
    cursor: pointer;
}

.checkout-page ul li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.checkout-page .dropdown-select {
    position: absolute;
    background: #77aaee;
    text-align: left;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 90%;
    left: 2px;
    line-height: 2em;
    margin-top: 2px;
    box-sizing: border-box;
}

.checkout-page .thin {
    font-weight: 400;
}

.checkout-page .small {
    font-size: 12px;
    font-size: .8rem;
}

.half-input-table {
    border-collapse: collapse;
    width: 100%;
}

.half-input-table td:first-of-type {
    border-right: 10px solid #4488dd;
    width: 50%;
}

.window {
    /* height: 540px; */
    /* width: 800px; */
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    z-index: 10;
}

.order-info {
    height: 100%;
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 30px 20px;
    padding-top: 0;
}

.checkout-page .price {
    bottom: 0px;
    position: absolute;
    right: 0px;
    color: #d23434;
}

.checkout-page .order-table td:first-of-type {
    width: 25%;
}

.order-table {
    position: relative;
}

.order-table th,
.order-table td {
    padding: 10px;
}

.form-checkout p {
    display: inline-block;
    width: 48%;
    margin-right: 15px;
}

.form-checkout p:nth-child(6),
.form-checkout p:nth-child(8),
.form-checkout p:nth-child(3) {
    margin-right: 0;
}

.form-checkout p.fw {
    width: 100%
}

.form-checkout select {
    width: 100%;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-image: url(images/dropdown-arrow.png)!important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
    border: 1px solid #e6e8eb;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 16px;
    color: #495057;
}

.form-checkout .text {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    font-weight: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.line {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ddd;
}

.order-table td:last-of-type,
.order-table {
    vertical-align: middle !important;
}

.order-table tr td {
    border-bottom: #bababa solid 1px
}

.order-table tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.checkout-page .full-width {
    width: 100%;
}

.pay-btn {
    border: none;
    background: #22b877;
    line-height: 2em;
    border-radius: 10px;
    font-size: 19px;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
    position: static;
    bottom: 25px;
    width: calc(100% - 50px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.pay-btn:hover {
    background: #22a877;
    color: #eee;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.checkout-page .total {
    margin-top: 25px;
    font-size: 20px;
    font-size: 1.3rem;
    position: static;
    bottom: 30px;
    right: 27px;
    left: 35px;
}

.dense {
    line-height: 1.2em;
    font-size: 16px;
    font-size: 1rem;
}

.checkout-page .input-field {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    margin-top: 3px;
    line-height: 1.5em;
    font-size: 20px;
    font-size: 1.3rem;
    border: none;
    padding: 5px 10px 5px 10px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

button.pay-btn {
    background: #22a877;
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 8px;
    text-transform: uppercase;
}

button.pay-btn:hover {
    background: #d23434
}

.credit-info {
    background: #4488dd;
    /* height: 100%; */
    width: 50%;
    color: #eee;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-size: .9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

.checkout-page .dropdown-btn {
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 1.5em;
    cursor: pointer;
    position: relative;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.checkout-page .dropdown-btn:after {
    content: '\25BE';
    right: 8px;
    position: absolute;
}

.checkout-page .dropdown-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.checkout-page .dropdown-select {
    display: none;
}

.credit-card-image {
    display: block;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 15px;
}

.credit-info-content {
    margin-top: 10px;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.credit-info-content h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.iti__dial-code,
.iti__country-name,
.iti__flag-box,
.iti__selected-dial-code {
    color: #000 !important;
}

.form-checkout .invalid-feedback {
    text-align: left;
    font-size: 11px;
    color: #721c24;
    padding-left: 10px;
}

#shop-checkout .alert {
    text-align: left;
}

@media (max-width: 600px) {
    .window {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 0px;
    }
    .order-info {
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        border-radius: 0px;
    }
    .credit-info {
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        border-radius: 0px;
    }
    .pay-btn {
        border-radius: 0px;
    }
}


/* Added Dec 5 2021*/

#pills-tabContent table {
    width: 100% !important;
}

#pills-tabContent table td {
    padding: 5px 15px;
}

#pills-tabContent table tr:nth-child(even) td {
    background: #f2f2f2;
}

@media (max-width: 1179px) {
    .form-checkout p {
        width: 47%;
    }
}

@media (max-width: 999px) {
    .form-checkout p {
        width: 46%;
    }
    .product-details .featured-img .thumbs li,
    .product-main ul li {
        list-style: none !important;
    }
    .product-details .price {
        font-size: 35px;
    }
    .desc-prod table {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .order-info .order-table td {
        padding: 10px 3px;
    }
    .order-info .order-table {
        table-layout: fixed;
    }
    .shopping-cart {
        overflow: auto!important;
    }
    .product-settings .dropdown {
        width: 100%;
    }
    .sidebar .prod-cat {
        padding: 20px 0;
    }
    .shopping-cart>table>thead>tr>th {
        padding: 10px 8px;
        font-size: 14px;
    }
    .product-details .desc-prod h2 {
        text-align: center;
    }
    .product-details .price {
        text-align: center;
        font-size: 44px;
    }
    .additional-product .nav li .nav-link {
        height: 100%;
    }
    .additional-product .tab-pane {
        margin: 0 0px 60px 0px;
    }

    
}

.subscribe-modal-title {
    font-weight: bolder; 
    font-size: 2.2rem;
    text-align: left;
    margin: 0pt;
    padding: 0pt;
}
.related-prod{
    max-width: 860px;
    margin:auto;
}
.context{
    padding-top:20px
}
.context p{
    text-transform: initial; 
}
.title-hr{
 
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin:auto;
    margin-bottom:30px;
    text-transform: uppercase;
}
.prod-success {
    padding-top: 0;
}
.prod-success .context-page {
    text-align: center;
}
.related-prod h4{
    font-size: 16px;
}
.title-hr:after,
.title-hr:before{
    content:'';
    width:100px;
    background:#212529;
    height:1px;
    display: block;
    margin:0 8px
}
.related-prod .col-md-3{
    margin-bottom:30px
}

@media (max-width: 767px) {
    .context p {
        text-transform: initial;
        font-size: 15px;
    }
    .title-hr{
        font-size: 20px;
        padding-top:30px;
        display: flex;
    }
    .title-hr:after, .title-hr:before{
        width: 10%;
    }
    .related-prod{
        max-width: 100%;
        margin:auto;
    }
    .related-prod h4{
        margin-bottom:0;
    }
    .order-info,
    .form-checkout .iti--separate-dial-code,
    .credit-info,
    .form-checkout p {
        width: 100%;
    }
    .window {
        flex-direction: column;
    }
    .body section#page-title {
        padding-bottom: 0;
    }

    .subscribe-modal-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 330px) {
    .order-table th,
    .order-table td {
        padding: 10px 20px;
        font-size: 11px;
    }
}

.copyright {
    padding: 10px 0 0px 0;
    border-top: #333333 solid 1px;
}

.copyright p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
}

.social-media-section li a i {
    font-size: 18px;
}

.cart-section h2 {
    text-align: center !important;
    margin: 0 0 20px 0 !important;
}

.topnav .socials .header-cart a {
    border: none;
    position: relative;
}

.topnav .socials .header-cart a .num {
    background: #e80202;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -17px;
    top: 3px;
    font-size: 14px;
    text-align: center;
}

.topnav .socials .header-cart .row {
    margin-bottom: 15px;
}

.cart-drop {
    position: absolute;
    background: #fff;
    padding: 10px 10px;
    left: -141px;
    width: 190px;
    z-index: 200;
    top: 30px;
}

.cart-drop .btn {}

.topnav .socials .header-cart a.btn {
    background: #d03639;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 7px 8px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.topnav .socials .header-cart a.btn:nth-child(2) {
    border: #363636 solid 2px;
    color: #363636;
    background: none;
}

.topnav .socials .header-cart a.btn:nth-child(1):hover {
    background: #363636;
    color: #fff;
}

.topnav .socials .header-cart a.btn:nth-child(2):hover {
    background: #d03639;
    color: #fff;
    border: #d03639 solid 2px;
}

.topnav .socials .header-cart a {
    display: block;
    width: 100%;
    font-size: 14px;
    height: auto;
    text-align: left;
}

.topnav .socials .header-cart span {
    font-size: 14px;
}

.header-cart {
    position: relative;
}

.topnav .socials .header-cart img {
    width: 20px;
}

.topnav .socials .header-cart .cart-featured img {
    width: 100%;
}

.topnav .socials .header-cart .cart-featured {
    margin-left: 15px;
}

.topnav .socials .header-cart .col-md-4 {
    padding: 0;
}

.topnav .socials .header-cart a {
    color: #000;
    text-decoration: none;
}

.team-members .team-member .team-image>img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.team-members .team-member .team-desc {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.team-members .team-member .team-desc>span {
    font-size: 13px;
    color: rgb(51, 48, 48);
    line-height: 18px;
}

.sell-watch .form-group label {
    width: 100%;
    text-align: left;
    padding: 8px 0px;
}

.sell-watch  .btn  {
    width: auto;
    height: auto;
    background-color: #007bff;
}

.sell-watch .form-control {
    height: 44px;
    padding: 0.375rem 0.75rem;
    border-radius: 0;
}

.sell-watch .form-control-file {
    height: auto;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
  }

.icon-box.text-center, .icon-box.center {
    padding: 0;
    text-align: center;
}

.center {
    float: none!important;
    margin: 0 auto;
}



.icon-box {
    margin-bottom: 50px;
    position: relative;
}

.icon-box.border .icon i {
    background-color: transparent!important;
    color: #333;
}

.icon-box.border .icon {
    border: 3px solid #333;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
}

.icon-box.text-center .icon, .icon-box.center .icon {
    margin: 0 auto 22px;
    position: relative;
}

.icon-box img {
    width: 70px;
    height: 83px;
}

.icon-box .icon a, .icon-box .icon i {
    width: 100%;
    height: 100%;
    color: #333;
}

.icon-box.effect .icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}

.icon-box .icon i:after {
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 3px #333;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .2s,opacity .2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}

.icon-box .icon i {
    font-size: 28px;
    text-align: center;
    line-height: 66px;
    border-radius: 50%;
}

.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gray-bg {
    background-color: #f5f5f5;
}
/* Blog
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: left;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
  text-decoration: none;
}
.blog-grid .blog-info p {
  margin: 0;
  text-align: left;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fc5356;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
.blog-grid img {
    width: 100%;
    max-width: 100%;
}
.blog-grid img {
    vertical-align: middle;
    border-style: none;
}

.contact-form-section {
    background-color: #f3f3f3;
    background-size: cover;
    padding: 0 !important;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-banner .banner-title h2 {
    color: white;
}

.footer-banner .banner-tagline span {
    color: #fff
}

.footer-banner .banner-tagline {
    padding-bottom: 15px;
    padding-top: 15px;
}

.footer-banner .banner-tb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-banner .banner-tb .banner-text {
    color: gray;
    font-size: smaller;
    border: #555 solid 1px;
    width: 220px;
    height: 40px;
}

.footer-banner .banner-tb .banner-btn {
    color: white;
    font-size: smaller;
    width: 100px;
    height: 40px;
    background-color: black;
    border: #555 solid 1px;
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px;
}

._error-inner {
    color: red;
    font-size: 11px;
    padding: 5px;
}