img.site-logo {
    z-index: 9999;
}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
		margin-top: 10px;
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #000;
    font-family: work sans,Arial,sans-serif
}

.main-container {
    max-width: 1200px;
    margin: auto
}

.container {
   
    margin: auto
}

.row {
    display: flex
}

.col-1 {
    width: calc(100%/12 * 1)
}

.col-2 {
    width: calc(100%/12 * 2)
}

.col-3 {
    width: calc(100%/12 * 3)
}

.col-4 {
    width: calc(100%/12 * 4)
}

.col-5 {
    width: calc(100%/12 * 5)
}

.col-6 {
    width: calc(100%/12 * 6)
}

.col-7 {
    width: calc(100%/12 * 7)
}

.col-8{
    width: calc(100%/12 * 8)
}

.col-9 {
    width: calc(100%/12 * 9)
}

.col-10 {
    width: calc(100%/12 * 10)
}

.col-11 {
    width: calc(100%/12 * 11)
}

.col-12 {
    width: calc(100%/12 * 12)
}

@media(max-width: 991px) {
    .main-container {
        max-width:991px;
        margin: auto
    }

    .container {
        width: calc(100% - 30px);
        margin: auto
    }

    .row-lg- {
        display: block
    }

    .col-lg-1 {
        width: calc(100%/12 * 1)
    }

    .col-lg-2 {
        width: calc(100%/12 * 2)
    }

    .col-lg-3 {
        width: calc(100%/12 * 3)
    }

    .col-lg-4 {
        width: calc(100%/12 * 4)
    }

    .col-lg-5 {
        width: calc(100%/12 * 5)
    }

    .col-lg-6 {
        width: calc(100%/12 * 6)
    }

    .col-lg-7 {
        width: calc(100%/12 * 7)
    }

    .col-lg-8 {
        width: calc(100%/12 * 8)
    }

    .col-lg-9 {
        width: calc(100%/12 * 9)
    }

    .col-lg-10 {
        width: calc(100%/12 * 10)
    }

    .col-lg-11 {
        width: calc(100%/12 * 11)
    }

    .col-lg-12 {
        width: calc(100%/12 * 12)
    }
}

@media(max-width: 525px) {
    .main-container {
        max-width:768px;
        margin: auto
    }

    .container {
        width: calc(100% - 30px);
        margin: auto
    }

    .row-sm {
        display: block
    }

    .col-sm-1 {
        width: calc(100%/12 * 1)
    }

    .col-sm-2 {
        width: calc(100%/12 * 2)
    }

    .col-sm-3 {
        width: calc(100%/12 * 3)
    }

    .col-sm-4 {
        width: calc(100%/12 * 4)
    }

    .col-sm-5 {
        width: calc(100%/12 * 5)
    }

    .col-sm-6 {
        width: calc(100%/12 * 6)
    }

    .col-sm-7 {
        width: calc(100%/12 * 7)
    }

    .col-sm-8 {
        width: calc(100%/12 * 8)
    }

    .col-sm-9 {
        width: calc(100%/12 * 9)
    }

    .col-sm-10{
        width: calc(100%/12 * 10)
    }

    .col-sm-11 {
        width: calc(100%/12 * 11)
    }

    .col-sm-12 {
        width: calc(100%/12 * 12)
    }
}

#section-one {
    /* background-color: #eee; */
    padding-top: 25px;
    padding-bottom: 25px
}

.menu-section .menu {
    display: block;
    z-index: 999999
}

.menu-section .menu li {
    display: inline-block;
    position: relative
}

.menu-section .menu li.dropdown:hover>.submenu {
    display: block
}

.menu-section .menu li a {
    display: block;
    padding: 12px 8px;
    background: #ccc
}

.menu-section .menu li a:hover {
    background: grey
}

.menu-section .menu .submenu {
    display: none
}

.menu-section .submenu {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 100%;
    list-style-type: none;
    display: block;
    width: 200px;
    z-index: 9;
    cursor: pointer;
    top: 0
}

.menu-section .submenu li {
    display: block
}

.menu-section .submenu li a {
    display: block;
    background: #999;
    color: #fff;
    padding: 8px 6px
}

.menu-section .menu .submenu>li.dropdown:hover>.submenu {
    display: block
}

.menu-section .menu .submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0
}

.menu-section .menu,.menu-section .submenu {
    background-color: #fff;
    border: 1px solid #d3d3d3
}

.menu-section .menu li a {
    background-color: #fff;
    color: #000
}

.menu-section .menu li a:hover {
    background-color: #00004d;
    color: #fff
}

.menu-section .menu li a:hover svg path {
    color: #fff
}

.menu-section .menu ul li a:hover {
    color: #00004d;
    background-color: #fff
}

.menu-section .menu li a {
    display: block;
    padding: 6.5px 12px;
    background: #fff
}

.menu-section .menu li,.menu-section .menu li ul li,.menu-section .menu li ul li ul li {
    display: block;
    position: relative
}

.menu-section .dropdown a svg:last-child {
    float: right
}

.menu-section .menu a {
    font-size: 15px;
    font-family: work sans,Arial,sans-serif
}

.menu-section .menu svg {
    padding-left: 5px;
    padding-right: 10px
}

.menu-section .dropdown a svg:last-child path {
    color: #999
}

#section-one .image-three ul:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none
}

#section-one .image-three ul:first-child li:first-child {
    max-width: 50%;
    height: 215px
}

#section-one .image-three ul:first-child li img {
    max-width: 100%;
    height: 100%
}

#section-one .image-three ul:last-child {
    max-width: 100%;
    height: 215px;
    list-style: none
}

#section-one .image-three ul:last-child li {
    max-width: 100%;
    height: 215px
}

#section-one .image-three ul:last-child li img {
    max-width: 100%;
    height: 100%
}

.owl-image {
    max-width: 100%;
    height: 430px
}

.owl-image img {
    max-width: 100%;
    height: 100%;
    border: 1px solid #d3d3d3
}

.ca .owl-image {
    max-width: 100%;
    height: 240px
}

.ca .owl-image img {
    max-width: 100%;
    height: 100%
}

.ca.owl-carousel .owl-nav.disabled,.sa.owl-carousel .owl-nav.disabled {
    display: block
}

#section-one img {
    border: 1px solid #d3d3d3
}

#payment-section {
    /* background-color: #eee; */
    padding-bottom: 25px
}

#payment-section .payment-image {
    display: flex;
    justify-content: center;
    align-items: center
}

#payment-section .main-container .container .row {
    background-color: #eef2e8;
    padding: 25px;
    border: 1px solid #d3d3d3
}

#payment-section .payment-image svg {
    width: 40px;
    height: auto;
    padding-right: 20px
}

#payment-section .payment-image svg path {
    color: #fcb800
}

.payment-sub_one h4 {
    font-size: 20px;
    font-weight: 500
}

.payment-sub_two p {
    color: #666;
    font-size: 14px
}

.category_section {
    /* background-color: #eee; */
    padding-bottom: 10px
}

.category_section .main-container .container>div {
    background-color: #fff;
    justify-content: space-between;
    align-items: top;
    border: 1px solid #d3d3d3;
    padding: 15px
}

.category_section .ca-side_section ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center
}

.ca.owl-carousel {
    position: relative
}

.ca.owl-carousel .owl-nav {
    position: absolute;
    top: calc(100%/2);
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%
}

.ca.owl-carousel .owl-next {
    float: right
}

.ca.owl-carousel .owl-nav span {
    color: #ccc;
    background-color: #666;
    padding: 5px;
    font-size: 25px
}

.category_section .ca-menu_section ul {
    display: flex;
    list-style: none;
    max-width: 25%;
    justify-content: space-between;
    align-items: center
}

.category_section .ca-menu_section ul li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666
}

.category_section .ca-menu_section ul li a:hover {
    color: #000;
    transition: .5s
}

.category_section .main-container .container>div:nth-child(2)>div:nth-child(2) {
    padding-left: 0
}

.category_section .ca-recomm_product ul {
    list-style: none
}

.category_section .ca-recomm_product_sub {
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 100%;
    margin: auto
}

.ca-heading h4 {
    font-size: 20px;
    font-weight: 400
}

.ca-heading h4 svg {
    padding-right: 10px
}

.ca-recom_heading {
    padding-left: 55px;
    padding-bottom: 20px
}

.ca-recom_heading h5 {
    font-size: 16px;
    font-weight: 400
}

.product-image {
    max-width: 66px;
    height: auto;
border: 1px #fff solid;
}

.product-image img {
    width: 100%;
    height: 100%
}

.product-heading h5 {
    color: #06c;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px
}

.product-heading h6 {
    color: #f30;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    padding-left: 15px
}

.product-heading h6 span {
    font-size: 12px;
    padding-left: 15px;
    color: #999;
    text-decoration: line-through
}

.ca-recomm_product {
    padding-top: 12.5px;
    padding-bottom: 12.5px
}
/* 
.category_section .ca-recomm_more {
    text-align: center;
   
	background: #a9ca51;
} */
/* 
.category_section .ca-recomm_more:hover {
   
	background: #1a7353;
}
 */
.category_section .ca-recomm_more {
    text-align: center;
   
	background: #00004d;
}
.category_section .ca-recomm_more a {
    font-size: 14px;
    font-weight: 400;
	color: #fff;
	 padding: 10px 25px;
	display: block;
}

.category_section .ca-recomm_more a svg path {
      color: #fff ;
}

.category_section .sale-image {
    text-align: center;
    position: relative;
    padding: 15px
}

.category_section .sale-image a img {
    max-width: 166px;
    height: auto
}

.category_section .sale h6 {
    background-color: red;
    max-width: 70%;
    text-align: center;
    padding: 7.5px 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #00004d
}

.category_section .ca-sale_product-section .sale-image .sale-hover_cart svg path {
    color: #00004d
}

.category_section .ca-sale_product-section {
    border: 1px solid transparent;
    max-width: 100%;
    height: auto;
    cursor: pointer
}

.category_section .ca-sale_product-section:hover {
    border: 1px solid #d3d3d3
}

.category_section .ca-sale_products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto
}

.category_section .ca-sale_product-section .sale-image .sale-hover_cart {
    display: none;
    cursor: pointer
}

.category_section .ca-sale_product-section:hover .sale-image .sale-hover_cart {
    position: absolute;
    top: calc(100% - 18%);
    left: auto;
    right: auto;
    bottom: auto;
    background-color: #fff;
    display: flex;
    width: 85%;
    height: 50px;
    justify-content: space-evenly;
    align-items: center;
    transition: 1s ease-in
}

.category_section .ca-sale_product-section .sale-heading {
    padding-left: 15px;
    padding-right: 15px
}

.category_section .ca-sale_product-section .sale-heading h3 {
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px
}

.category_section .ca-sale_product-section .sale-main_heading {
    padding-left: 15px;
    padding-right: 15px
}

.category_section .ca-sale_product-section .sale-main_heading h4 {
    font-size: 14px;
    font-weight: 400;
    color: #06c;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px
}

.category_section .ca-sale_product-section .sale-main_heading h4:hover {
    color: #00004d
}

.category_section .ca-sale_product-section .sale-image .sale-hover_cart svg {
    font-size: 20px;
    border-radius: 50%;
    padding: 5%
}

.category_section .ca-sale_product-section .sale-image .sale-hover_cart svg:hover {
    background-color: #00004d;
    font-size: 20px;
    border-radius: 50%;
    padding: 5%
}

.category_section .ca-sale_product-section .sale-image .sale-hover_cart svg:hover path {
    color: #fff
}

.category_section .ca-sale_product-section .sale-brand {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px
}

.category_section .ca-sale_product-section .sale-brand h5 {
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a
}

.category_section .ca-sale_product-section .sale-brand h5:hover {
    color: #000;
    cursor: pointer
}

.category_section .ca-sale_product-section .sale-brand strong {
    font-weight: 500
}

.category_section .ca-sale_product-section .sale-price {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
}

.category_section .ca-sale_product-section .sale-price h6 {
    font-weight: 400;
    font-size: 16px
}

.category_section .ca-sale_product-section .sale-price h6 strong {
    font-weight: 500
}

.sa .owl-nav {
    position: absolute;
    top: -90px;
    left: calc(100%/1.10);
    right: auto;
    bottom: auto
}

.sa .owl-nav span {
    font-size: 40px;
    letter-spacing: 20px;
    color: silver
}

.category_section .ca-sale_product-section {
    position: relative
}

.category_section .ca-sale_product-section .sale h6 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: auto;
    bottom: auto
}

#banner-section {
    background-color: #eee
}

#banner-section img {
    width: 100%;
    height: auto
}

#footer-upper_section {
    padding-top: 50px;
    padding-bottom: 50px
}

#footer-upper_section .main-container .container>div>div:first-child {
    padding-right: 25px
}

#footer-upper_section h4 {
    font-size: 14px;
    font-weight: 700
}

#footer-upper_section p {
    font-size: 14px;
    font-weight: 400
}

#news-letter {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding-top: 50px;
    padding-bottom: 50px
}

#news-letter h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px
}

#news-letter p {
    font-size: 14px;
    font-weight: 400
}

#news-letter .news-input {
    max-width: 700px;
    height: 50px
}

#news-letter .news-input input:first-child {
    width: 70%;
    height: 95%;
    text-indent: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#news-letter .news-input input:last-child {
    width: 25%;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #00004d;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

#footer-middle_section .third-image_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: auto
}

#footer-middle_section .third-image_section img {
    max-width: 45%;
    height: auto
}

#section-one .main-container .container>div>div {
    padding-left: 0;
    padding-right: 0
}

#section-one ul {
    padding-left: 0;
    padding-right: 0
}
#section-one ul li i {
    padding: 3px;
}

.owl-image {
    max-width: 100%;
    height: 374px
}

#section-one .main-container .container>div>div:last-child ul {
    max-width: 100%;
    min-height: calc(374px/2)
}

#section-one .main-container .container>div>div:last-child ul li {
    height: calc(374px/2);
    margin-bottom: 0;
    width: 100%
}

#section-one .main-container .container>div>div:last-child ul li img {
    width: 100%;
    height: 100%
}

#section-one li {
    margin-bottom: 0
}

#payment-section .payment-image p {
    margin-bottom: 0
}

.sale-image {
    max-width: 100%;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center
}

.sale-image a svg:hover {
    padding: 10px!important
}

.ca-menu_section {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px
}

.ca-menu_section ul {
    padding-left: 0
}

.ca-side_section ul li a {
    color: #000
}



/*
Category Header CSS Code For 14 August Green
*/
/* .category_section .main-container .container > div:first-child
{
    background-color:#a9ca51 !important;
   
}
.category_section .main-container .container > div:first-child h4
{
    color:#ffffff;
}
.category_section .main-container .container > div:first-child h4 svg  path
{
    color:#ffffff;
}
.ca-side_section ul li a
{
 color:#ffffff;   
}
.category_section .main-container .container > div
{
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px
}
.ca-side_section img
{
  border: 1px solid #1a7353;
} */
/*
Category Header CSS Code For 14 August Green
*/
/* 

@media(max-width: 991px) {
    .category_section .sale-heading a {
        white-space:nowrap;
        width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block
    }

    .category_section .sale-heading a:hover {
        overflow: visible;
        transition: .5s ease-in;
        white-space: normal
    }

    .ca-side_section ul li a {
        display: block ruby;
        overflow: hidden;
        width: 75px;
        text-overflow: ellipsis
    }

    .ca-side_section ul li a:hover {
        overflow: visible;
        display: block
    }

    .ca-heading h4 {
        font-size: 18px
    }

    .category_section .main-container .container>div {
        padding: 15px 0
    }

    .category_section .ca-sale_product-section .sale-heading h3 {
        font-size: 14px
    }

    .ca .owl-image {
        max-width: 100%;
        height: auto
    }

    .ca .owl-image img {
        max-width: 100%;
        height: auto
    }

    .ca .owl-carousel {
        height: auto
    }

    .ca-side_section ul li:nth-child(4),.ca-side_section ul li:nth-child(5) {
        display: none
    }

    .ca.owl-carousel .owl-nav {
        display: none
    }

    #section-one .main-container .container>div>div:last-child ul {
        max-width: 100%;
        min-height: auto
    }

    #section-one .main-container .container>div>div:last-child ul li {
        height: auto;
        margin-bottom: 0;
        width: 100%
    }

    #section-one .image-three ul:last-child {
        height: auto
    }

    #section-one .image-three ul:first-child {
        align-items: unset
    }

    .category_section .ca-menu_section ul {
        max-width: 50%
    }

    #section-one .main-container .container>div>div:first-child {
        display: none
    }

    .category_section .ca-side_section ul {
        display: flex;
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        justify-content: space-between;
        align-items: center
    }

    .sa .owl-nav {
        position: absolute;
        top: -90px;
        left: 50%;
        right: auto;
        bottom: auto;
        text-align: right;
        width: 50%
    }

    .ca-recom_heading {
        padding-left: 0
    }

    .ca-recomm_product {
        text-align: center
    }

    .ca-recomm_product ul {
        padding-left: 0
    }

    .category_section .ca-recomm_product_sub {
        display: block;
        max-width: 100%
    }

    .product-image {
        max-width: 50%;
        height: auto;
        margin: auto
    }

    .owl-image {
        max-width: 100%;
        height: auto
    }

    #payment-section {
        display: none
    }

    .category_section .main-container .container>div:last-child>div:last-child {
        display: none
    }
	.ca-heading h4 {
	font-size: 17px;
	line-height: 27px;
}
}

@media(max-width: 524px) {
    .ca-sale_product-section {
        margin:auto
    }
}
 */
.menu-section .menu li {
    padding-top: 2px;
    padding-bottom: 2px;
}

/*new changes 18 08 2023*/
@media (max-width: 1200px)
{
	.sa .owl-nav {
    position: absolute;
    top: -80px;
    left: calc(100%/1.2) !important;
    right: auto;
    bottom: auto;
}
}
	.mf-recently-products .product-list li .btn-secondary {
    background-color: #00004d;
}
@media (max-width: 991px)
{
	.row-lg
{
  display:block !important;
}
		.menu-section {
	display: none;
}

#payment-section .payment-image {
    justify-content: start;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}
	
	
	
	body img
{
    max-width:100% !important;
    height:auto !important;
}
body #section-one img
{
    width:100% !important;
    height:auto !important;
}
.owl-image {
    max-width: 100%;
    height: auto;
}
#section-one .main-container .container>div>div:last-child ul {
    max-width: 100%;
    min-height: auto;
}

#section-one .main-container .container>div>div:last-child ul li {
    height: auto;
    margin-bottom: 0;
    width: 100%;
}

.ca .owl-image {
    max-width: 100%;
    height: auto;
}

.ca-menu_section {

    margin-bottom: auto;
}

.ca.owl-carousel .owl-nav {
    position: absolute;
    top: calc(100%/2.5) !important;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
}


#section-one .image-three ul:last-child {
    max-width: 100%;
    height: auto;
    list-style: none;
}
.category_section .main-container .container>div:nth-child(2)>div:nth-child(2) {
    padding: 0px !important;
}
	.category_section .sale-image {
    padding: 15px 0px;
}

	.sa .owl-nav {
    position: absolute;
    top: -80px;
    left: calc(100%/1.3) !important;
    right: auto;
    bottom: auto;
}
	.category_section .ca-sale_product-section:hover .sale-image .sale-hover_cart {
	top: calc(100% - 30%) !important;
	background-color: transparent !important;
}
	#payment-section, .category_section .ca, .category_section .ca-recomm_product, .category_section .ca-recom_heading
{
  display: none !important;
}
	.category_section .main-container .container>div {
    background-color: #f7f7f7 !important;
}
.category_section div>div>div>div
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
}
@media (max-width: 768px)
{
	.category_section .sale h6 {
    font-size: 8px;
}
	.sale-image {
    max-width: 100% !important;
    min-height: auto !important;
}
	.category_section .ca-sale_product-section .sale-price h6 {
    display: grid !important;
}
	
	.sa .owl-nav {
    position: absolute;
    top: -80px;
    left: calc(100%/1.5) !important;
    right: auto;
    bottom: auto;
}
}

/* Gold Street Fashion Section Start */

.GoldStreetSection {
    margin: 40px 0px;
    padding: 70px 0px;
	background: url(https://arysahulatbazar.pk/wp-content/uploads/2025/01/GoldStreetBGUpdated-1.jpg) no-repeat;
	background-size: cover;
}

.GoldStreetSection .GoldStreetProduct {
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
}

.GoldStreetSection .product-inner {
    margin-bottom: 10px !important;
    padding: 10px 0px 0px 0px;
}

.GoldStreetSection .woocommerce ul.products li.product::after {
    content: '';
    background: url(https://arysahulatbazar.pk/wp-content/uploads/2023/11/Save-Gold.png);
    background-size: contain;
    font-size: 0;
    width: 65px;
    height: 50px;
    margin: 11px;
    background-repeat: no-repeat;
    display: block
}

.GoldStreetSection .GoldStreetHeader {
    text-align: center;
    margin-bottom: 30px;
}

.GoldStreetSection .GoldStreetHeader img {
    width: 390px;
    max-width: 100%;
}

.GoldStreetSection .GoldStreetProduct .ViewMoreBtn {
    text-align: center;
    margin: 10px 0px 20px 0px;
}

.GoldStreetSection .GoldStreetProduct .ViewMoreBtn a {
    color: #fff;
    background: #071b50;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #071b50;
}

.GoldStreetSection .GoldStreetProduct .ViewMoreBtn a:hover {
    background: unset;
    color: #071b50;
}

@media only screen and (max-width: 768px) {
	.GoldStreetSection {
    background-position: center;
}

.GoldStreetSection .GoldStreetProduct {
    padding: 10px 5px;
}

.GoldStreetSection .GoldStreetProduct .woocommerce ul.products li.product {
    display: none;
}

.GoldStreetSection .GoldStreetProduct .woocommerce ul.products li.product:first-child, .GoldStreetSection .GoldStreetProduct .woocommerce ul.products li.product:last-child {
    display: block;
}

.GoldStreetSection .woocommerce ul.products li.product:after {
    margin: 5px;
}
	
.GoldStreetSection .GoldStreetProduct .ViewMoreBtn a {
    font-size: 14px;
}
}

/* Gold Street Fashion Section Ends */

.all-cat-section-wrap .cat-box h6 {
    font-weight: 400;
}


/* Gold Street Fashion Section Start */

.ARYFashionSection {
    background: url(https://arysahulatbazar.pk/wp-content/uploads/2025/01/arygsbg-scaled.jpg);
    padding: 80px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 40px 0px 20px 0px;
}

.ARYFashionSection:before {
    content: '';
    background: url(https://arysahulatbazar.pk/wp-content/uploads/2025/01/arygscoin.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ARYFashionSection .FashionProWrapper {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.61);
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.61);
    background: #fff;
    z-index: 9;
    position: relative;
}

.ARYFashionSection .GoldStreetLogo {
    text-align: center;
    margin-bottom: 30px
}

.ARYFashionSection .GoldStreetLogo img {
    width: 550px;
    max-width: 100%;
    margin: auto
}

.ARYFashionSection .FirstHead {
    position: relative;
    background: url(https://arysahulatbazar.pk/wp-content/uploads/2025/01/1st-Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 15px 10px;
}

.ARYFashionSection .FirstHead h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 800;
}

.ARYFashionSection .GoldStreetProduct {
    margin-bottom: 30px;
}

.ARYFashionSection .woocommerce ul.products li.product::after {
    content: '';
    background: url(https://arysahulatbazar.pk/wp-content/uploads/2023/11/Save-Gold.png);
    background-size: contain;
    font-size: 0;
    width: 65px;
    height: 50px;
    margin: 11px;
    background-repeat: no-repeat;
    display: block
}

.ARYFashionSection .GoldStreetProduct .ViewMoreBtn {
    text-align: center;
}

.ARYFashionSection .GoldStreetProduct .ViewMoreBtn a {
    background: #00004d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
}

.ARYFashionSection .SecndHead {
    position: relative;
    background: url(https://arysahulatbazar.pk/wp-content/uploads/2025/01/2nd-Banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 15px 10px;
    display: flex;
    align-items: center;
}

.ARYFashionSection .SecndHead h4 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
	margin-bottom:5px;
    font-weight: 700;
}

.ARYFashionSection .SecndHead h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 0px;
    font-weight: 800;
    letter-spacing: 1px;
}

.ARYFashionSection .SecndHead .BlankSpace {
    width: 30%;
}

.ARYFashionSection .SecndHead .HeadingContent {
    width: 68%;
}

.ARYFashionSection .GoldStreetVideo {
    width: 29%;
    margin-top: -220px;
    margin-bottom: 15px;
	position: relative;
    overflow: hidden !important;
}

.ARYFashionSection .VideoWrapper {
    display: flex;
}

.ARYFashionSection .VideoWrapper .GoldStreetProduct {
    width: 71%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ARYFashionSection .GoldStreetVideo img.MobFrame {
    width: 100%;
	position: relative;
	z-index: 1;
}

.ARYFashionSection .GoldStreetVideo .EmbedCode {
    position: absolute;
    top: 20px;
    width: 290px;
    margin: auto;
    display: block;
    left: 27px;
    background: #fff;
    border-radius: 30px;
    padding: 40px 10px 0px 10px;
}

.ARYFashionSection .GoldStreetVideo .EmbedCode div#sbi_load a.sbi_load_btn {
    display: none !important;
}

.ARYFashionSection .GoldStreetVideo .EmbedCode div#sbi_load span.sbi_follow_btn.sbi_custom a {
    background: #081f55 !important;
}

.ARYFashionSection .GoldStreetVideo .EmbedCode div#sbi_load span.sbi_follow_btn.sbi_custom a span {
    color: #fff;
}

.ARYFashionSection .GoldStreetVideo .EmbedCode div#sbi_load span.sbi_follow_btn.sbi_custom a svg {
    display: none !important;
}

.ARYFashionSection .GoldStreetVideo .EmbedCode div#sb_instagram {
    z-index: 2;
    position: relative;
}

.ARYFashionSection .GoldStreetVideo .EmbedCode .sbi_header_text {
    gap: 0 !important;
}

.ARYFashionSection .VideoWrapper .GoldStreetProduct li {
    width: 100%;
}

.ARYFashionSection .VideoWrapper .GoldStreetProduct .owl-nav.disabled {
    display: block !important;
}

.ARYFashionSection .JeweleryLastBanner {
    background: url(https://arysahulatbazar.pk/wp-content/uploads/2025/01/4th-Banner.png) no-repeat;
    background-size: cover;
}

.ARYFashionSection .JeweleryLastBanner img.BannerText {
    float: left;
    width: 350px;
    display: inline-block;
    margin-left: 80px;
}

.ARYFashionSection .JeweleryBanner {
    background: url(https://arysahulatbazar.pk/wp-content/uploads/2025/01/3rd-Banner.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-ARYFASHION .ARYFashionSection {
    margin: 0 !important;
}

.ARYFashionSection .VideoWrapper .GoldStreetProduct ul.products {
    position: relative;
}

.ARYFashionSection .VideoWrapper ul.products .owl-nav button {
    position: absolute;
    top: 40%;
}

.ARYFashionSection .VideoWrapper ul.products .owl-nav button span {
    background: #062d64;
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 20px;
    padding-left: 1px;
}

.ARYFashionSection .VideoWrapper ul.products .owl-nav button.owl-prev {
    left: -5px;
}

.ARYFashionSection .VideoWrapper ul.products .owl-nav button.owl-next {
    right: 10px;
}

@media only screen and (max-width: 768px) {
	.ARYFashionSection {
    padding: 40px 0px;
}

.ARYFashionSection .GoldStreetLogo img {
    width: 300px;
    margin: auto;
}

.ARYFashionSection .container:first-child .row {
    display: block;
}

.ARYFashionSection .col-md-12 {
    padding: 0 !important;
}

.ARYFashionSection .FirstHead h2 {
    font-size: 38px;
}

.ARYFashionSection .GoldStreetProduct {
    margin-top: 15px;
	padding: 0px 10px;
}

.ARYFashionSection .GoldStreetProduct ul li:last-child {
    display: none;
}

.ARYFashionSection .SecndHead {
    display: block;
    padding: 50px 0px;
    background-position: center center;
}

.ARYFashionSection .row {
    display: block;
}

.ARYFashionSection .SecndHead .BlankSpace {
    display: none;
}

.ARYFashionSection .SecndHead .HeadingContent {
    width: 100%;
}

.ARYFashionSection .SecndHead img {
    display: none;
}

.ARYFashionSection .VideoWrapper {
    display: block;
}

.ARYFashionSection .GoldStreetVideo {
    width: 100%;
    margin: 0;
}

.ARYFashionSection .VideoWrapper .GoldStreetProduct {
    width: 100%;
    margin: 0;
	margin-top: 15px;
}

.ARYFashionSection .VideoWrapper .woocommerce ul li {
    display: block;
    width: 100% !important;
}

.ARYFashionSection .JeweleryLastBanner img.BannerText {
    width: 90%;
    margin: 0px auto;
    padding: 30px 0px;
    display: block;
    float: unset;
}

.ARYFashionSection .JeweleryLastBanner {
    padding: 15px 10px;
    text-align: center;
}

    .ARYFashionSection .GoldStreetVideo img.MobFrame {
        width: 75%;
        margin: 15px auto;
        display: block;
    }
	
.ARYFashionSection .GoldStreetVideo .EmbedCode {
        left: 0;
        right: 0;
        width: 240px;
        top: 20px;
        padding: 35px 10px 0px 10px;
    }

.ARYFashionSection .GoldStreetVideo .EmbedCode div#sb_instagram .sbi_photo, .ARYFashionSection .GoldStreetVideo .EmbedCode div#sb_instagram .sbi_photo img {
    height: 70px !important;
    width: 70px !important;
}

.ARYFashionSection .VideoWrapper ul.products .owl-nav button.owl-prev {
    left: 15px;
}

.ARYFashionSection .VideoWrapper ul.products .owl-nav button.owl-next {
    right: 15px;
}

}