
@font-face { 
	font-family: "Montserrat";
	font-weight:200;
	font-style: normal; 
	src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face { 
	font-family: "Montserrat";
	font-style: normal; 
	font-weight:400;
	src: url("../fonts/Montserrat-Medium.ttf");
}


@font-face { 
	font-family: "Montserrat";
	font-style: normal; 
	font-weight:600;
	src: url("../fonts/Montserrat-Bold.ttf");
}



@font-face { 
	font-family: "Montserratarm";
	font-weight:200;
	font-style: normal; 
	src: url("../fonts/Montserratarm-Regular.ttf");
}

@font-face { 
	font-family: "Montserratarm";
	font-style: normal; 
	font-weight:400;
	src: url("../fonts/Montserratarm-Medium.ttf");
}


@font-face { 
	font-family: "Montserratarm";
	font-style: normal; 
	font-weight:600;
	src: url("../fonts/Montserratarm-Bold.ttf");
}





body{
   background:#fff; 
       overflow-x: hidden;
       margin:0;
}

body.lang_hy-AM{

    color:#000000;
	margin:0;
	font-family: 'Arial AMU', sans-serif;
}
body.lang_hy-AM h1, body.lang_hy-AM h2,body.lang_hy-AM h3,body.lang_hy-AM h4,body.lang_hy-AM h5,body.lang_hy-AM h6 {
    font-size: 19px;
   font-family: 'Arial AMU', sans-serif;
    color:#000;

}


body.lang_ru-RU{

    color:#000000;
	margin:0;
	font-family: 'Arial', sans-serif;
}
body.lang_ru-RU h1, body.lang_ru-RU h2,body.lang_ru-RU h3,body.lang_ru-RU h4,body.lang_ru-RU h5,body.lang_ru-RU h6 {
    font-size: 19px;
   font-family: 'Arial', sans-serif;
    color:#000;

}




body.lang_en-GB{
font-family: 'Montserrat', sans-serif;
    color:#000000;
	margin:0;
	
}
body.lang_en-GB h1, body.lang_en-GB h2,body.lang_en-GB h3,body.lang_en-GB h4,body.lang_en-GB h5,body.lang_en-GB h6 {
    font-size: 19px;
 font-family: 'Montserrat', sans-serif;
 font-weight:bold;
    color:#000;
    letter-spacing: 2px;
}



a,  :after, :before {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{
    line-height: 1.4;
	margin:0;
	
}
ul{  list-style: none; 
margin:0;
	padding:0;
}


.fixWidth,
.defContentItem .blog,
.item-page{
    width:1280px;
    margin:0 auto;
}

.defContentItem{
  min-height:500px;   
}


.top_row{
        width: 100%;
    display: inline-block;
    padding: 7px 0;
    border-bottom: 2px solid #ccc;
}

.top_left{
        float: left;
}

.top_left ul{
        width: 100%;
    display: inline-flex;
}

.top_right{
    float: right;
    width: 240px;
    text-align: right;
}

.top_right>ul{
        display: inline-flex;
    float: left;
}


.top_left ul li{
        font-size: 14px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.top_right>ul li{
    font-size: 14px;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #ccc;
}

.top_left ul li:last-of-type{
    border:none;
}


.top_left ul li i,
.top_right ul li i {
    color: #29436d;
    margin-right: 5px;
}

#wishlist_view,
#minicart_view{
    padding: 0 10px;
    position: relative;
}

.cart-counter {
    background:#6EBEEE;
    position: absolute;
    bottom: -9px;
    right: 9px;
    width: 15px;
    height: 14px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    text-indent: initial;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 2px;
}

.lang-inline a{
    font-size:12px;
}


.language_box{
    display: inline-block;
}


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


.logoBox{
        float: left;
    width: 30%;
}

.searchBox{
float: left;
    width: 50%;
    margin: 25px 0px 0px 25px;
}

.searchBox form{
    position: relative;
    overflow: hidden;
}

.searchBox form input[type="text"]{
        border: 2px solid #6ebeee;
    border-radius: 20px;
    padding: 11px 20px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    outline:none;
}


.searchBox button{
    position: absolute;
    right: 0px;
    background: #6ebeee;
    border: none;
    width: 50px;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
    outline:none;
}

.searchBox button{
    cursor:pointer;
}

.searchBox i{
    color: #fff;
    font-size: 20px;
}


.homeSlide{
    width:100%;
    display:inline-block;
    background:#eeeeee;
    height:420px;
}

.dskMenu ul {
    width: 100%;
    display: inline-flex;
}



.dskMenu ul li a{
        display: block;
    padding: 15px 20px 6px 10px;
        text-transform: uppercase;
        color:#2D426D;
}

.dskMenu ul li.active a,
.dskMenu ul li a:hover{
    color:#6ebeee;
}


.megashopMenu{
width: 100%;
    display: inline-block;
    position: relative;
    top: 15px;
}

.ms_box h6{
        margin: 0;
    background: #6ebeee;
    color: #fff!important;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    font-size: 18px!important;
    cursor: pointer;
    font-weight: 400!important;
}

.mg_menu_box{
    display: none;
}

.dskMenu UL{
   margin: 35px 0px 0px 0px; 
}

.mg_menu_box{
    position: relative;
    z-index:99;
}

.mg_menu_box>ul{
    position: absolute;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
}

.ms_box > h6 i{
        margin-right: 15px;
}


.mg_menu_box > ul>li>a{
padding: 10px 0;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
}


.mg_menu_box > ul>li>a img{
        float: left;
    width: 20px;
    margin: 0px 15px 0px 8px;
}

.mg_menu_box > ul>li>a:hover{
    background:#f5f5f5;
}

.mg_menu_box > ul>li:last-of-type>a{
    border:none;
}


.subMenu{
    display:none;
}

.mg_menu_box ul li i{
    float: right;
    color: #999;
    margin-right: 10px;
    margin-top: 4px;
}

.slideTitle{
    width: 40%;
    float: left;
    padding: 50px 0;
}

.slideTitle h2{
    font-size: 45px!important;
    margin: 40px 0!important;
}



.slImageBox{
        width: 60%;
    float: right;
    text-align: right;
}


.homeCategory{
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.homeCategory .categoryRow:nth-of-type(2n+1){
width: 49%;
    float: left;
    background: #f6f6f7;
    margin-bottom: 30px;
    padding: 0 25px;
    box-sizing: border-box;
    height: 380px;
}


.homeCategory .categoryRow:nth-of-type(2n){
width: 49%;
    float: right;
    background: #f6f6f7;
    margin-bottom: 30px;
    padding: 0 25px;
    box-sizing: border-box;
    height: 380px;
}

.categoryRowBox li a{
      transform: scale(1); 
  transition: 0.3s all ease;
}

.categoryRowBox li a:hover{
   transform: translateX(5px);
}


.categoryBlockOther{
        width: 50%;
    float: right;
}

.categoryRowBox{
        width: 70%;
    float: left;
}



.categoryRow h5{
     font-size:25px!important;
     margin:20px 0;
}

body.lang_hy-AM .categoryRow h5{
     font-size:23px!important;
     margin:20px 0;
}

.categoryRowMedia{
    float: right;
    width: 30%;
    text-align: center;
}


.categoryRowMedia img{
    max-width: 100%;
    margin:13% 0;
}


.categoryRowBox ul{
    padding:0px 0px 0px 20px;
}

.categoryRowBox ul li{
        display: inline-block;
    width: 100%;
}

.categoryRowBox ul li a{
        color: #29436d;
    padding: 5px 0;
    display: inline-block;
}



.topSellingRow{
        width: 100%;
    display: inline-block;
    margin-top:75px;
}

.blockHeader{
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
}


.blockHeader h3{
        margin: 0;
    padding: 0px 0px 10px 0px;
    display: inline-block;
    color: #29436d;
    position: relative;
}

.blockHeader h3:before{
    content: "";
    background: #29436d;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
}

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

.topSellingBox ul li{
float: left;
    width: 25%;
    margin-right: 10px;
    position:relative;
}


.topSellingBox ul li img{
        width: 100%;
    height: 300px;
    object-fit: contain;
}

.topSellingBox>ul{
    width: 100%;
    display: inline-flex;
}


.topSellingBox ul li:last-of-type{
  margin:0;
    
}


.topSellingBox ul li h4{
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    
}




.bottomBox {
	background: url(../images/bottom_bg1.jpg) no-repeat 0px 0px;
	width: 100%;
	height: 400px;
		background-size: cover;
	background-attachment: fixed;
}
.bottomContent {
	width: 1280px;
	margin: 0 auto;
	padding: 116px 0;
}
.bottomContent p:first-of-type{
        text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

.bottomContent p:last-of-type{
text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    padding-left: 250px;
}

.footerRow{
    background:#031f40;
    width:100%;
    display:inline-block;
    height:200px;
}



.footerRow{
    padding: 75px 0;
    box-sizing: border-box;
}



.subscribeRowLeft{
    width: 40%;
    float: left;
}

.subscribeRowLeft p{
        color: #fff;
    font-size: 20px;
}

.subscribeRowRight{
        float: right;
    width: 35%;
}

.subscribeRowRight form{
    position: relative;
}


.subscribeRowRight input[type="email"]{
        width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    box-sizing: border-box;
}


.subscribeRowRight input[type="submit"]{
    float: right;
    background: #6ebeee;
    border: none;
    color: #fff;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
}



footer{
    width: 100%;
    display: inline-block;
}

.footer_left{
    float: left;
}



.footer_right ul li{
    float: left;
}


.footer_right{
    float: right;
    text-align: right;
    position: relative;
    top: 25px;
}


.subscribeRowLeft small{
        color: #587493;
}

.subscribeRowLeft small span{
    color: #6ebeee;
}


li.lang-active a{
    color: #6EBEEE;
}



.categoryBlockFirst{
        width: 49%;
    float: left;
    background: #f6f6f7;
        margin-bottom: 30px;
    padding: 0 25px;
    box-sizing: border-box;
    height: 380px;
}


.page_header_module{
    position:relative;
}




.page_header_module .header-info{
    width: 1280px;
    margin: 0 auto;
    color: #fff;
    height: 100%;

}

.page_header_module .header-info h1{
    color: #6EBEEE;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;

}

.page_header_module{
   /* background:#293E69; */
   background:url(../images/top.jpg) no-repeat 0px 0px;
    width:100%;
    height:250px;
}



.headerInf{
        position: absolute;
    bottom: 10px;
}

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

.breadcrumbRow ul{
    display: inline-flex;
    padding-left: 3px;
}


.divider{
        padding: 0px 5px 0px 2px;
}

.breadcrumbRow ul li:first-of-type{
    display:none;
}






.entry-thumbnail img{
        width: 100%;
}

.defContentItem .blog{
        margin: 50px auto;
}


.defContentItem .items-row {
        width: 100%;
    display: inline-block;

}

.defContentItem .items-row article{
    width: 100%;
    display: inline-block;
    position:relative;
        margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.defContentItem .items-row:nth-of-type(2n+1) .entry-content-wrap{
    float: right;
    width: 48%;
}


.defContentItem .items-row:nth-of-type(2n+1) .entry-thumbnail{
    width: 50%;
    float: left;
}


.defContentItem .items-row:nth-of-type(2n) .entry-content-wrap{
    float: left;
    width: 48%;
}


.defContentItem .items-row:nth-of-type(2n) .entry-thumbnail{
    width: 50%;
    float: right;
}



.defContentItem .items-row h2{
    font-size: 27px!important;
    margin: 10px 0!important;
}

.entry-meta{
        margin-bottom: 20px;
}


.defContentItem .items-row:nth-of-type(2n+1) .entry-content-wrap{
     margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


.defContentItem .items-row:nth-of-type(2n) .entry-content-wrap{
     margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.defContentItem .items-row:last-of-type article{
    border:none;
}


.entry-content{
        text-align: justify;
}

.entry-content-readmore{
        text-align: right;
    display: block;
    width: 100%;
    padding-top: 15px;
    color: #6EBEEE;
}

.item-page{
    margin:50px auto;
}


.item-page .newsImg{
    width: 40%;
    float: left;
    margin: 0px 20px 10px 0px;
}

.item-page .newsImg img{
        width: 100%;
}





.pg_box{
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

.pg_box .pagenav{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-flex;
}


.pg_box .pagenav li:nth-of-type(1){
    width: 50%;
    text-align: left;
    border-right: 1px solid #ccc;
}

.pg_box .pagenav li:nth-of-type(2){
        width: 50%;
    text-align: right;
}


.pagenav li a i{
    color: #F99909;
}

.pagenav li a span{
    color: #07668C;
  font-size: 16px;
}


.pagenav li a{
    display: block;
    width: 100%;
}



li.previous i{
    margin-right: 10px;
}


li.next i{
    margin-left: 10px;
}


/*
.page_header_module::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
*/
.contact-area .contact-items .form-items {
    padding-right: 35px;
}



.form-items h5 {
    display: inline-block;
    border-radius: 5px;
    color: #f35a38 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}


.form-items h2 {
    font-weight: 700;
    margin-top: -8px;
    margin-bottom: 30px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.1;
}



.form-items input[type="text"] {
    border: none;
    background: transparent;
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    font-size: 14px;
    border-radius: 5px;
    outline:none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.form-items textarea {
 resize:none;
     outline:none;
         border: none;
    background: transparent;
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    font-size: 14px;
    border-radius: 5px;
    outline:none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
        height: 200px;
}


.left-info .info-items {
    padding: 10px 50px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.left-info .item {
    display: flex;
    margin-bottom: 0px;
}

.left-info .item h5 {
    text-transform: capitalize;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 15px;
}





.contactRow{
    margin:50px 0;
    width:100%;
    display:inline-block;
}

.contact-box{
        width: 70%;
    float: left;
}

.left-info{
    width: 30%;
    float: right;
}

.form-items h2 {
    font-weight: 700;
    margin-top: -8px;
    margin-bottom: 30px;
    line-height: 1.1;
}

.left-info .item {
    display: flex;
    margin-bottom: 0px;
}


.icon i{
    font-size: 45px;
    color: #6ebeee;
    margin: 0px 15px 0px 0px;
    position: relative;
    top: 37px;
}


.item .icon{
    width: 75px;
}

.defContent iframe{
    display: block;
}


.form-items form{
    width: 95%;
}

.formRow{
    width: 32%;
    float: left;
    margin: 0px 17px 0px 0px;
}

.formRowBtn{
    width:100%;
    display:inline-block;
    margin:10px 0;

}

.submitButton{
    text-align: right;
}

.submitButton input{
    background: #6ebeee;
    border: none;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
}



.contactRow form .formRow:nth-of-type(3){
        float: right;
    margin: 0;
}


.subMenu{
    position: absolute;
    right: -264px;
    background: #fff;
        padding: 15px;
    top: -2px;
    width: 234px;
    min-height: 160px;
 -webkit-box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%);
    -ms-transform: 2px 2px 4px 1px rgba(0,0,0,0.2);
    -o-transform: 2px 2px 4px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%);
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-top: 2px solid #6ebeee;   
    
    
    
    
    
}


.subMenu li a{
    padding: 5px;
    margin: 5px;
    display: block;
    font-size: 14px;
    
}


.mg_menu_box>ul>li:hover>ul{
    display:block;
}


.subMenu li a{
      transform: scale(1); 
  transition: 0.3s all ease;
}

.subMenu li a:hover{
   transform: translateX(5px);
   color:#6ebeee;
}


.slImageBox img{
    width: auto!important;
    height: 420px!important;
    float: right;
}



.products.owl-carousel .owl-nav{
    display:none;
}

.products.owl-carousel{
    height:420px;
}


.products.owl-carousel .owl-dots{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.products.owl-carousel .owl-dots button{
    background: #999;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin:0 5px;
}

.products.owl-carousel .owl-dots button.active{
        background: #6EBEEE;
    width: 30px;
    border-radius: 10px;
}



.categoryPageRow{
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd;
    position:relative;
}


.categoryRowLeft{
        width: 300px;
    float: left;
 border-right: 1px solid #ccc;
}

.categoryRowRight{
    width: 979px;
    float: right;

   
}

.categoryLeftRowER h6{
    margin: 10px 0;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 30px;
}


.language_box{
    position: relative;
    top: 2px;
}









.cartBoxRight {
        position: fixed;
    right: -600px;
    top: 0;
    width: 500px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    z-index:999;
        height: 100vh;
}

.minicartOverlay{
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.minicartContent{
    height: 75vh;
    overflow-y: auto;
}




.minibasket_header{
        width: 100%;
    display: inline-block;
    position: relative;
}

.minibasket_header h2{
    font-weight: normal;
    font-size: 25px;
}

#minibasket-close{
        position: absolute;
    top: 12px;
    right: 0;
    font-size: 21px;
}

.closeoffScreen{
    cursor:pointer;
}


.minicartHeader{
        border-bottom: 1px solid #6EBEEE;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.emptyCart{
        text-align: center;
    font-size: 30px;
    color: #999;
    padding: 100px 0;
}



.minicartFooter{
            border-top: 1px solid #6EBEEE;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    display:none;
}




.minibasket_total {
    padding:25px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 21px;
}



.btn.btn--alt, .p-w-r .pr-btn-default {
    background-color: #fff;
    color: #293E69;
    border: 1px solid #293E69;
    transition: ease all .2s;
    border-radius:5px;
}

.view-basket{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}

.view-basket:hover{
    background:#6ebeee;
    color:#fff;
    border:1px solid #6EBEEE;
}

.minicartFooter .view-basket:last-of-type{
    float:right;
}





.minicartContent{overflow-y:auto;overflow-x:hidden;height:calc(100vh - 260px);padding-right:5px;-ms-overflow-style:none;scrollbar-width:none}
.minicartContent::-webkit-scrollbar{width:4px;height:4px}
.minicartContent::-webkit-scrollbar-track{background-color:#ececec}
.minicartContent::-webkit-scrollbar-thumb{background-color:#494948}


.minibasket_item-image img{
    height:100px;
    width:auto;
}

.minibasket_item-top{
    width: 100%;
    display: inline-block;
}

.minibasket_item-image{
    float: left;
}

.minibasket_item-details{
        float: right;
    width: 64%;
}

.minibasket_details-title{
    margin: 0!important;
    font-size: 15px!important;
    font-weight: normal!important;
}

.minibasket_details {
        margin: 5px 0;
    color: #999;
}

.minibasket_item-bottom{
    display: inline-block;
    width: 100%;
}

.minibasket_item-bottom .quantity{
        padding: 0px;
}


.remove_holder{
        float: right;
    padding-top: 4px;
    font-size: 14px;
    color: red;
}


.minibasket_item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.removeCartItem{
    cursor:pointer;
}


.medium-up--three-fifths {
    width: 70%;
}

.grid__item {
    float: left;

}

.cart_content {
    padding: 0px 0 100px 0;
    display: flex;
    flex-direction: column;
}



.cart_content .cart_content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8rem;
    font-family: Frutiger,sans-serif;
}


.cart_content-item {
    padding-bottom: 20px;
}



.cart_content-item .cart_item-top {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 0.8rem;
    font-family: FrutigerLight,sans-serif;
    position: relative;
}
.cart_content .cart__image-wrapper {
    width: 10%;
}
.cart_content .cart__image-wrapper img {
    width: 100%;
}


.cart_content-item .cart_item-top .cart__details-wrapper {
    width: 80%;
    padding-left: 15px;
}

.cart__details-wrapper .item-details {
    margin-top: 10px;
}


.cart__details-wrapper h3 {
    font-size: 16px!important;
    line-height: 2.8rem!important;
    margin: 0!important;
}

.cart_content-item .cart_item-top .cart__total-price {
    position: absolute;
    top: 20px;
    right: 15px;
    margin-top: 0;
    font-size: 18px;
}

 .cart_content-item .cart_item-bottom {
display: flex;
    flex-direction: row;
    border-top: 0;
    margin-top: 20px;
    padding: 0 10px;
}

.quantity-holder {
    display: flex;
    width: 100%;
}


.quantity-holder a, .quantity-holder button {
    width: 40px;
    height: 25px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 300;
    line-height: 1.2;
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

.quantity-holder a>span, .quantity-holder button>span {
    background: #494948;
    width: 11px;
    height: 1px;
    display: inline-block;
    position: relative;
}
.quantity-holder input {
width: 80px;
    background-color: transparent;
    border: none;
    text-align: center;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    font-size: 16px;
    line-height: 1.5;
}

.cart_content-item .cart_item-bottom .remove_holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: -20px;
}


.medium-up--two-fifths {
    width: 25%;
    padding-left: 30px;
    margin-top:55px;
}



.order-summary .summary {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding: 37px 0 25px 0;
}

.order-summary .summary p {
    line-height: 1.8rem;
    line-height: 18px;
}

.order-information {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
}

.info_holder .discount_codes {
    display: flex;
    flex-direction: row;
    margin: 25px 0;
}

.info_holder .checkout-btn {
    margin-bottom: 20px;
}


.checkout-btn .btn {
    font-size: 1.4rem;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .03em;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.6rem;
    text-transform: uppercase;
    height: 53px;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    padding: 14px 0;
    border: 1px solid #494948;
    background-color: #494948;
    color: #fff;
    outline: transparent;
    -webkit-filter: none!important;
    filter: none!important;
    opacity: 1!important;
    transition: ease all .2s;
}

.order-information {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
}


.cart_wrapper{
    width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.info-icon{
        margin-right: 10px;
}


.cart_wrapper p {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.3rem;
}



.quantity-holder a.qtyplus>span:after, .quantity-holder button.qtyplus>span:after {
    background: #494948;
    width: 1px;
    height: 10px;
    display: inline-block;
    content: "";
    position: relative;
    top: -21px;
}

.remove-item.classic-link{
    cursor:pointer;
}



.minibasket_details-card{
    margin-bottom: 5px;
    display: inline-block;
}


.cart-counter{
    cursor:pointer;
}




.quantity .qty {
    padding: 0;
    width: 20%;
    min-width: 30px;
    max-height: 29px;
    text-align: center;
    border: 0;
    color: #282828;
    outline: 0;
    -webkit-appearance: none;
    background: transparent;
    -moz-appearance: textfield;
}


.single_add_to_cart_button.button {
    position: relative;
    flex-grow: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6EBEEE;
    width: 27%;
    display: inline-block;
    float: left;
    border: none;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 17px;
    border-radius: 5px;
}



.tinv-wishlist {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    margin-top: 0;
    line-height: 1;
    position: relative;
}


.yith-wcwl-add-to-wishlist>div>a {
    padding: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    cursor:pointer;
}



.yith-wcwl-add-to-wishlist{
    width: 40%;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 0px 12px;
}

.yith-wcwl-add-to-wishlist.active{
color: #284571;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}



.quantity {
    margin-right: 10px;
    display: inline-flex;
    float: left;
    width: 100px;
    border: 1px solid #ccc;
    padding: 9px;
    box-sizing: border-box;
    border-radius: 5px;
    
}



.quantity .plus, .quantity .minus {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background 0.3s cubic-bezier(.23,1,.32,1);
    transition: background 0.3s cubic-bezier(.23,1,.32,1);
}



.quantity .plus svg, .quantity .minus svg {
    width: 16px;
    height: 16px;
}






.nav_button{
    width:100%;
    display:inline-block;
    text-align:right;
}


.cta{
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all .2s ease;
}

.cta:before {
     content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    display: block;
    border-radius: 28px;
    background: rgba(110,190,238,.5);
    width: 35px;
    height: 35px;
    transition: all .3s ease;
}


.cta span{
position: relative;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .25em;
    vertical-align: middle;
    font-weight: 600;
}
.cta svg{
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
}

.cta:hover:before{
      width: 100%;
      background: rgba(#6ebeee,1);
}
.cta:hover svg{
      transform: translateX(0);
}
.cta:active{
    transform: scale(.96);
}



button.cta{
        background: none;
    border: none;
    outline:none;
    cursor:pointer;
}


.page_108 .nav_button{
        margin-top: 30px;
}


.logo_row .fixWidth{
    margin-top:10px;
}



.entry-thumbnail,
.productListPreview,
.topMedia,
.productPreview{
    position: relative;
    overflow: hidden;
}

.entry-thumbnail::before,
.productListPreview::before,
.topMedia::before,
.productPreview::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}




.entry-thumbnail:hover::before,
.productListPreview:hover::before,
.topMedia:hover::before,
.productPreview:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}


@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.add_to_wishlist i{
    color: #6EBEEE;
    margin-right: 5px;
}







.productBottomRws{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
    
    
    
}


.topSellingBox>ul>li:hover .productBottomRws{
     visibility: visible;
  opacity: 1;
}




.productBottomRws ul{
    display: inline-flex;
}

.productBottomRws ul li{
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    border-radius: 3px;
}


.productBottomRws ul li i{
    font-size: 20px;
}


.productBottomRws ul li:last-of-type{
    border:none;
}

.productBottomRws ul li a{
    cursor:pointer;
    display: block;
    padding: 10px;
}

.productBottomRws.active .addFavorite i{
    color:#293E69;
} 



#system-message-container > div{
    text-align: center;
    background: #6EBEEE;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}

a.close{
    display:none;
}


#system-message-container h4{
        margin: 0;
    color: #fff;
}


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


.productUL>li{
    width: 33%;
    float: left;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 50px;

  
}


.productUL>li:hover .productPreview{
    border-bottom: 1px solid #294672;
}




.productPreview{
width: 100%;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}


.productPreview img{
    width: 100%;
    position: relative;
top: 50%;
transform: translateY(-50%);
}


.productBottomRws{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
    
    
    
}


.productUL>li:hover .productBottomRws{
     visibility: visible;
  opacity: 1;
}

.productPreview{
    height: 380px;
    overflow: hidden;
}



.mobileFil{
    display: none;
    position: relative;
    left: 7px;
    top: 27px;
    background: #6EBEEE;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
}


.menubs{
    display:none;
}


.top_right #menu{
    display:none;
}


#mm-1{
    width:99%!important;
}

.mm-menu_offcanvas{
    z-index:999;
}



.catimg_1 img{
    width: 160px;
    position: relative;
    top: 125px;
}


.catimg_3 img{
    width: 160px;
    position: relative;
    top: 110px;
}


.catimg_2 {
    position: relative;
    top: 185px;
}


.catimg_4{
    position: relative;
    top: 157px;
}

div[itemprop="articleBody"] a{
        color: #6EBEEE;
    text-decoration: underline;
}


.prt_logo{
        width: 220px;
    float: right;
    margin-top: 13px
}
