/* DO NOT CHANGE THIS FILE -------------------------------------------------- */
/* TO OVER-RIDE ANY ASPECT OF THIS CSS, AMEND THE stylesheet.css FILE ------------- */


/* Historical osCommerce ---------------------------------------------------- */

.buttonSet {
  margin-top: 10px;
  margin-bottom: 10px;
}

.buttonSet { zoom: 1; }
.buttonSet:before, .buttonSet:after { content: ""; display: table; }
.buttonSet:after { clear: both; }

.buttonAction {
  float: right;
}

.inputRequirement, .markProductOutOfStock, .stockWarning {
  color: #B33A3A;
}

.markProductOutOfStock, .stockWarning {
  font-weight: bold;
}

ul.accountLinkList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}

ul.shoppingCartList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.shoppingCartList li.newItemInCart, ul.shoppingCartList li.newItemInCart A {
  color: red;
}

/* Alignment of Form Inputs ------------------------------------------------- */

.form-control {
  margin-bottom: 5px;
  display: inline;
}

/* for the product page rework ---------------------------------------------- */

.page-header h1 del {
  font-size: 0.5em;
}

/* for the listings module rework ------------------------------------------- */

.productHolder {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: border .5s ease-in-out;
       -o-transition: border .5s ease-in-out;
          transition: border .5s ease-in-out;
}

.productHolder:hover {
  border: 1px solid #428bca;
}

.productHolder h2 {
  font-size: 12px;
  font-weight:600;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    border: none;
}

.item.list-group-item img {
    float: left !important;
    margin-right: 10px !important;
}

.grid-group-item {
  margin-bottom: 20px;
}

.grid-group-item .list-group-item-text {
  display: none;
}

p.lead del {
  font-size: 0.5em;
}

/* Responsive Images  ------------------------------------------------------- */
/* the inbuilt bootstrap responsive images class breaks the text-center class */

#bodyContent .img-responsive, #columnLeft .img-responsive, #columnRight .img-responsive {
  margin-left: auto;
  margin-right: auto;
}

/* Checkout Bar ------------------------------------------------------------- */
.stepwizard {
  margin-top: 20px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 25%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/* Pagination  ------------------------------------------------------- */
.pagenav {
   position: relative;
   top:-25px;
   left:3px;
   height: 40px !important;
}
.pagenumber {
  margin-bottom:7px;
}

/* Reviews ------------------------------------------------------------------ */

.reviews blockquote p {
  font-size: 0.8em;
}

/* Notify when back in stock. start */
#NotifyStock .modal-dialog {
width:450px;
}
/* Notify when back in stock. end */

@media (max-width : 550px) {
.sitemapText li {
margin-left:-20px;
}
/* Notify when back in stock. start */
#NotifyStock .modal-dialog {
width:320px;
}
/* Notify when back in stock. end */
}

/* Responsive Text Alignment ------------------------------------------------ */
/* https://github.com/twbs/bootstrap/issues/11292 --------------------------- */

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	
    .sitemapText .col-md-12, .sitemapText .col-md-6{
	padding-left:0px;
     }

		
    .sitemapText li a{
	line-height:1.8;
	font-size:16px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

@media (max-width:991px){
    .account-cell-title{
        display:none;
    }	
    .account-cell-label {
        display: inline-block;
        font-weight: bold;
        margin-right: 10px;
        max-width: 140px;
        min-width: 100px;
        width: 30%;
		text-align:left;
    }
	}
	@media (min-width:992px){
	
	.account-cell-label{
        display:none;
    }
	}

/* Footer ------------------------------------------------------------------- */
.footer {
  background: #eee;
  border-top: 2px solid #ddd;
}

.footer .footerbox {
  padding: 10px 10px 0px 10px;
}

.footer-extra {
  background: #111;
  color: silver;
  line-height: 3;
}

.footer-extra A {
  color: silver;
}

.footer h2,  .footer-h2 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: rgb(142,11,0);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-b-h2 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
   border-bottom: 1px solid #000;
    color: #000;
	text-shadow:none;
}

.footer-bl-h2 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    color: #fff;
	text-shadow:none;
}


/* Account History Info ----------------------------------------------------- */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body blockquote {
  font-size: 1em;
}

/* Nav Bars ----------------------------------------------------------------- */

.navbar-no-corners {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-left: none;
  border-right: none;
}

.navbar-no-margin {
  margin-bottom: 0 !important;
}

.searchbox-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-control-feedback{
	padding-right:2%;
}

/*  Advanced Google Search ----------------------------------------------------------------- */
.div-google{
width:550px;
overflow:hidden;
}
.div-google iframe{
width:550px;
}
.shopping-cart-icon {
font-size:16px;
}
/* styles for Mini shopping cart dropdown in header */

.minicart {
min-width:290px !important;
font-size:11px;
}

.minicart li { padding:1px 4px; }

.minicartProductDiv .minicart_productimg { min-height:85px; min-width:80px; padding-right:5px; float:left; }
 
.minicartProductDiv {
min-height:85px; 
}

/* CartIcon color change on header */

.carticon_color {
color:#5CB85C !important;
}
/* borderless table  */
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}


.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}

/*  common styles */
.nopaddingleft {
padding-left:0px;
}

.nopaddingright {
padding-right:0px;
}

.padding-zero {
    padding:0;
}

.float-left {
    float:left;
}
.float-right {
    float:right;
}

/* Centeered aligned the img in zooming section */
.zoomWrapper {
    margin: 0 auto;
}

/* customer service page */

.wrapperInfo {
	width:100%;
	margin:auto;
}
.wrapperInfo ul{ padding:0; margin:0;}

.wrapperInfo a{ font: normal 12px Arial, Helvetica, sans-serif; text-align:left; text-decoration:none;  display:block; padding:5px 0 5px 25px;   }

.extra {padding:5px;display:block; text-transform:uppercase; margin:20px 0 6px  0;}

/*for shipping estimator*/

.price_estimate{
	color:#959595;
	font-size:12px;
        /*float:left !important; */
        display: inline-block;
        width: 100%;
        margin-top: 15px;
	}
.price_estimate .table > thead > tr > th{
	border-bottom: 1px solid #dddddd;
	background:#F8F8F8;
		}
.price_estimate .table > thead > tr > td{
	border-top: none;
		}
/*  all products page */
.allprods{
	color:#959595;
	font-size:12px;
        width: 100%;
        margin-top: 15px;
	}
.allprods .table > thead > tr > th{
	border-bottom: 1px solid #dddddd;
	background:#F8F8F8;
		}
.allprods .table > thead > tr > td{
	border-top: none;
		}
		
 .catalog_products{
	color:#959595;
	font-size:12px;
	}
  .catalog_products .table{ 
   margin-bottom:5px;
  }
.catalog_products .tableheading > tbody > tr.tableheadingrow{
	background:#F8F8F8;
		}
		
.catalog_products .table > tbody > tr > td, .catalog_products .table > tbody > tr > th, .catalog_products .table > tfoot > tr > td, .catalog_products .table > tfoot > tr > th, .catalog_products .table > thead > tr > td, .catalog_products .table > thead > tr > th{
	padding:2px;
		}
		
.bundle_product_list_box .grid-group-item .productlist_price {
width:100%;
}


#productQuickView .modal-dialog {
    /*background: #fff none repeat scroll 0 0;*/
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

#productQuickView .modal-header {
border-bottom:0px;
}

#productQuickView .modal-footer{
border-top:0px;
}


/* quick view btn */
div.quickview {
    display: block;
    margin-top: 40%;
    max-height: 50px;
    position: absolute;
    text-align: center;
    width: 85%;
    z-index: 2;
    visibility: hidden;
}

.productlistboxContent:hover div.quickview {
    visibility: visible;
}

.btn-quickview {
    border-radius: 2px;
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    color: #454545 !important;
    text-transform: uppercase;
    background: #fff; /* old borwser */
    background: rgba(245, 245, 245, 0.9);
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    left: auto;
    min-width: 100px;
    max-height: 40px;
    height: 40px !important;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    padding: 10px;
    visibility: hidden;
    width: auto;
    display: inline-block !important;
    z-index: 2;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.productlistboxContent:hover .btn-quickview {
    visibility: visible;
    opacity: 0.85;
    -webkit-opacity: 0.85;
    -ms-opacity: 0.85;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}

.list-group-item .productlistboxContent:hover div.quickview {
    margin-top: 10%;
}

@media (max-width: 460px) {
    div.quickview {
        margin-top: 25%;
    }
}

@media (max-width: 400px) {
    div.quickview {
        margin-top: 35%;
    }
}

.productlistboxContent > .btn-quickview:hover {
    opacity: 0.95;
}

/* quick view btn end */


.modal-product-thumb {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    text-align: center;
}

.modal-product-thumb a {
    border: 0px solid #ccc;
    display: inline-block;
    float: none;
    margin-right: 10px !important;
    margin-top: 15px;
    /*height: 75px;*/
    overflow: hidden;
    width: 60px !important;
}

.modal-product-thumb a.selected, .modal-product-thumb a:hover {
    border: 0px solid #000 !important;
}

.modal-product-thumb a img {
    display: block;
   /* max-width: 100%;
    height: auto;
    max-height: 75px;
    width: 60px !important;*/
}


/***** Owl Slider  *****/
#specials-owl-slider .item, #featured-owl-slider .item, #newproducts-owl-slider .item {
margin:0 15px 15px;
}



.carousel-nav {
    font-size: 24px;
    margin-left: 2px;
	margin-bottom:2px;
    padding: 3px 6px;
	background:#DDDDDD;
   
}

a:hover.carousel-nav {
    font-size: 24px;
    margin-left: 2px;
	margin-bottom:2px;
    padding: 3px 6px;
	background:#000;   
}

a:hover.carousel-nav  i{
    color:#fff;
}


/****************/
.title-h1 {
font-size: 24px;
margin-bottom: 10px;
margin-top: 20px;
color: #404040;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
		
}
.subtitle-h2 { 
font-size: 20px;
margin-bottom: 10px;
margin-top: 20px;
color: inherit;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
width:100%;
}



.subtitle-h3 { 
font-size: 18px;
margin-bottom: 10px;
margin-top: 20px;
color: inherit;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
width:100%;
}
		
.subtitle-h4 { 
font-size: 16px;
margin-bottom: 10px;
margin-top: 10px;
color: inherit;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
width:100%;
}

.subtitle-h5 { 
font-size: 14px;
margin-bottom: 10px;
margin-top: 10px;
color: inherit;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
width:100%;
}

.product_h2{
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    
    line-height: 1.1;
    color: inherit;
    width: 100%;
}

.grid-group-item .product_h2{
text-align:center;
height:31px;
}

.sliderboxheading {
    color: inherit;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
}


#MegaMenu .dropdown-menu .MegaMenu-h3 {
    text-transform: uppercase;
	margin-top: 15px;
	float:left;
	width:100%;
}


.w3_megamenu .col-sm-2 .MegaMenu-h3, .w3_megamenu .col-sm-4 .MegaMenu-h3, .w3_megamenu .col-sm-12 .MegaMenu-h3 {
    padding-bottom: 5px;
    margin-top: 0;
}


.w3_megamenu .col-sm-2 .MegaMenu-h3 a, .w3_megamenu .col-sm-4 .MegaMenu-h3 a, .w3_megamenu .col-sm-12 .MegaMenu-h3 a {
    color: #656565;
    font-size: 12px;
	font-weight:600;
	text-transform:uppercase;
}


.catsliderbox {
margin-left:10px;
margin-right:10px;
}

/*  Product Compare feature  */

#ProdCompare .modal-dialog {
    /*background: #fff none repeat scroll 0 0;*/
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

#ProdCompare , #ProdCompare td , #ProdCompare th, .compare_product{
font-size:12px;

}

#ProdCompare td, #ProdCompare th {
    border: 1px solid #ccc;
	}

@media screen and (max-width: 767px) {
 #ProdCompare tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

 

  #ProdCompare th:first-child,
  #ProdCompare td:first-child {
    text-align: center;
    background: #efefef;
    width: 100%;
  }

  #ProdCompare th:first-child, #ProdCompare .prodremovetitletd, #ProdCompare .prodnamepricetitletd{
    display: none;
  }
  
  
}

@supports (-webkit-touch-callout: none) {
 /* CSS specific to iOS devices */ 
.zoomContainer {
display:none;
}

}

.cc-window.cc-bottom { background: #237afc; }

.cc-window.cc-bottom .cc-message{ color:#fff;}

.cc-window.cc-bottom .cc-btn.cc-dismiss{ background: transparent; border:2px solid #fff;  color:#ffffff!important;  }


/* Notify when back in stock. start */

#NotifyContainer{position:absolute; top:0;}
#AlertBox{width:360px;position:relative;/*top:100px;*/left:40%;right:20%;display:none;z-index:100;border-radius:3px 0 3px 3px;-moz-border-radius:3px 0 3px 3px;background:#87B6D9;padding:12px 10px 6px 10px}
fieldset#notifyBody{background:#fff;border:4px;border-radius:3px;-moz-border-radius:3px;padding:10px 13px;background:#fff;margin:0}
SPAN.error{color:#F03;font:bold 10px Verdana,Arial,sans-serif}
#notify{background:#3F0;border:4px;border:#090;color:#000;height:25px;font:bold 10px Verdana,Arial,sans-serif}
.newt  {   font-family: Verdana, Arial, sans-serif;  color:#C60050;  font-size: 12px;   font-weight:bold;   line-height: 1.5;   }
A.newt {   font-family: Verdana, Arial, sans-serif;  color:#C60050;  font-size: 12px;   font-weight:bold;   line-height: 1.5;   }
A.newt:hover {   font-family: Verdana, Arial, sans-serif; color:#B5B752;  font-size: 12px;   font-weight:bold;   line-height: 1.5; text-decoration:none;  }


#NotifyStock fieldset {
margin-top: 10px;
}
#NotifyStock legend {
font-size:16px;
margin-bottom: 10px;
}
/*  Notify when back in stock. End */

/* Shop bottom Popup  */

#ShopBottomPopup {
opacity: 0;
flex-direction: column;
position: fixed;
right: 0;
bottom: 0;
background-color: white;
padding: 2rem;
transition: 0.5s;
transform: translateY(200px);
z-index: 999;
border: 1px solid #ddd;
}


#ShopPopupImg {
position: relative;
}

#ShopPopupImg {
padding:5px;
width:100%;
}

#ShopPopupImg img {
margin: 0 auto;
display: block;
}

#ShopPopupText {
margin-top: 10px;
margin-bottom: 10px;
}

#ShopPopupLink > a > i {
margin-right: 5px;
}

.ShopBottomPopupDisplay {
opacity: 1 !important;
transform: translateY(0) !important;
}

.ShopPopupClose {
position: absolute;
right: 5px;
top: 5px;
width: 32px;
height: 32px;
opacity: 0.3;
cursor: pointer;
}

.ShopPopupClose:hover {
opacity: 1;
}

.ShopPopupClose:before, .ShopPopupClose:after {
position: absolute;
left: 15px;
content: ' ';
height: 24px;
width: 2px;
background-color: #333;
}

.ShopPopupClose:before {
transform: rotate(45deg);
}

.ShopPopupClose:after {
transform: rotate(-45deg);
}

@media only screen and (max-width: 425px) {

#ShopBottomPopup {
width: 100%;
}

#ShopPopupImg {
margin-bottom: 20px;
}

#ShopPopupText > p:nth-child(2) {
display: none;
}

} 

/* Shop bottom Popup End */