/**
* Theme Name: Barberry Child Theme
* Description: This is a child theme of Barberry, automatically generated.
* Author: <a href="https://temashdesign.me">TemashDesign</a>
* Template: barberry
* Version: 2.9.9.8
*/
/********* CHANGE SHIRT COLOR DEFAULTS START *********/
/********* HOMEPAGE START *********/
/********* MEDIAGRID START *********/
/** COLOR CHANGER START **/
/** SCROLL BAR OVERFLOW START **/
/********* SFG START *********/
/********* PRODUCT PAGE START *********/



/********* CHANGE SHIRT COLOR DEFAULTS START *********/

/* SFG001 - SAMUS - BLACK */
.mgi_4374 .mg_media_wrap {
    background: #000000;
}
/* SFG002 - SAMUS - ROYAL BLUE */
.mgi_4376 .mg_media_wrap {
    background: #000525;
}
/* SFG003 - MORTAL KOMBAT - BLACK */
.mgi_4378 .mg_media_wrap {
    background: #000000;
}
/* SFG004 - STREET FIGHTER - TEAL */
.mgi_4380 .mg_media_wrap {
    background: #007d69;
}
/* SFG006 - SPACE INVADERS - ROYAL BLUE */
.mgi_4124 .mg_media_wrap {
    background: #000525;
}

/********* CHANGE SHIRT COLOR DEFAULTS END *********/




/********* HOMEPAGE START *********/
body.home div.sidebar-container {
				
}

body div.sfg-home-shirts-wrap {
    position: relative;
    top: 200px;
    z-index: 10;
}
body div.sfg-bg-slider-wrap {
	position: fixed;
    top: -96px;	
	margin-top: 96px !important;
}
body.home footer#site-footer {
    position: relative;
    z-index: 5;
    width: calc(100% - 400px);
    margin-top: 150px;
}

/********* HOMEPAGE END ***********/


/********* MEDIAGRID START *********/



/** COLOR CHANGER START **/

.sfg-colorpicker-wrap {
    width: 100%;
    display: block;
    float: left;
	transition: 0.05s;
}
.sfg-filter {
    width: fit-content;
    background-image: linear-gradient( 332deg, rgb(39 39 39) 6.5%, rgb(49 49 49) 93.2% );
    padding: 5px 18px 0px 18px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 9px #000000;
    border-left: 1px solid #ffffff30 !important;
    border-top: 1px solid #ffffff30 !important;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 53px;
	transition: 0.5s;
}
.sfg-filter-heading {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 17px;
    float: left;
    margin-right: 15px;
    margin-top: 7px;
}
button.garmentbutton {
    width: 35px;
    height: 35px;
	background-size: cover;
	margin-left: 10px;
	cursor: pointer;
	margin-top: 2px;
}
button.garmentbutton.tee {
	background-image: url(images/sfg-garment_tee.png);
	margin-right: -6px;
}
button.garmentbutton.hoodie {
	background-image: url(images/sfg-garment_hoodie.png);
}
button.garmentbutton.sweatshirt {
	background-image: url(images/sfg-garment_sweatshirt.png);
}
button.garmentbutton.active {
	background-position: -35px;
}



body.single-product .woocommerce-product-gallery__wrapper.tee,
.mgi_thumb_wrap.tee {
	background-image: url(images/sfg_filter-mask_tee.png);	
    background-size: contain;
}
.mgi_thumb.resizetee {
    background-size: 38%;
    background-position-y: 50px;
	transition: 0.5s;
}

body.single-product .woocommerce-product-gallery__wrapper.hoodie,
.mgi_thumb_wrap.hoodie {
	background-image: url(images/sfg_filter-mask_hoodie.png);	
    background-size: contain;
}
.mgi_thumb.resizehoodie {
    background-size: 38%;
    background-position-y: 50px;
	transition: 0.5s;
}

body.single-product .woocommerce-product-gallery__wrapper.sweatshirt,
.mgi_thumb_wrap.sweatshirt {
	background-image: url(images/sfg_filter-mask_sweatshirt.png);	
    background-size: contain;
}
.mgi_thumb.resizesweatshirt {
    background-size: 38%;
    background-position-y: 50px;
	transition: 0.5s;
}





    input[type='radio'].red:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
        cursor: pointer;
    }
   input[type='radio'].red:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

button.shirtcolor {
    border-radius: 30px;
    border: 3px solid #656565;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 1px;
}

button.shirtcolor.red.active,
button.shirtcolor.green.active,
button.shirtcolor.blue.active,
button.shirtcolor.black.active {
  border-color: #00e5ff;
}

button.shirtcolor.black {
  background: #000000;
}
button.shirtcolor.red {
  background: #ff0000;
}
button.shirtcolor.green {
  background: #00510e;
}
button.shirtcolor.blue {
  background: #0040ff;
}

/********/

.mg_media_wrap {
	background: rgb(7 7 7);
    background: linear-gradient(135deg, rgb(7 7 7) 0%, rgb(24 24 24) 100%);
	transition: 1s;
}

body.single-product .product-image-wrapper.black,
.mg_media_wrap.black {
background: #000000;
}
body.single-product .product-image-wrapper.red,
.mg_media_wrap.red {
background: #ff0000;
}
body.single-product .product-image-wrapper.green,
.mg_media_wrap.green {
background: #00510e;
}
body.single-product .product-image-wrapper.blue,
.mg_media_wrap.blue {
background: #0040ff;
}

/** COLOR CHANGER END **/


/** WISHLIST START **/






.sfg-wishlist span, 
.sfg-wishlist i, 
.sfg-wishlist button {
    font-size: 30px !important;
    color: #fff !important;
	opacity: 1 !important;
}


div.sfg-wishlist {
    position: fixed;
    top: 20px;
    right: 10px;
    background: #3b3b3b !important;
    padding: 5px 10px 5px 5px;
    border-radius: 5px 0px 0px 5px;
}
.sfg-wishlist button.simplefavorite-button.active i {
    color: #ff0000 !important;	
}

body .mgom_392_0 *,
body div.mgom_392_0 {
	opacity: 1 !important;		
}
body .simplefavorite-button.active {
    opacity: 1 !important;
}


/*
.sfg-wishlist button {
    display: block;
    width: 100%;
    background: #000 !important;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 12px;
    clear: both;
    float: left;
}
.sfg-wishlist .yith-wcwl-add-button i {
	font-size: 30px !important;
	color: #fff !important;	
}
.sfg-wishlist .yith-wcwl-add-button a.clicked i {
	font-size: 30px !important;
	color: #ff0000 !important;	
}
.sfg-wishlist {
    font-size: 30px !important;
    color: #fff !important;
    position: relative;
    z-index: 999999999999;
    cursor: pointer;
}
.sfg-wishlist .simplefavorite-button.has-count {
    z-index: 99999999;
}

*/



/** WISHLIST END ****/



body .mgom_displayinl {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 8px 10px 0px 10px;
    float: left;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;
    color: #a6a6a6;
    text-shadow: 0px 0px 20px #00000075;
    border-top: 1px solid #cccccc30;
}
body .mgom_title{
    font-size: 1.35rem;
    display: block;
    width: 100%;
}

body .fa-eraser {
    color: #fff;
    font-weight: 600;
    font-size: 17px !important;
    width: fit-content;
    background-color: #00c4da;
    border: none;
    position: absolute;
    float: left;
    border-radius: 5px;
    top: 11px;
    right: 20px;
    box-shadow: 0px 0px 15px #00000045;
    padding: 5px 8px 4px 8px;
}
body .fa-eraser:before {
    content: "\f057";
	margin-right: 5px;
	font-family: "Font Awesome 5 Free" !important;
}
body .fa-eraser:after {
    content: "CLEAR ALL";
	font-family: 'Roboto Condensed', sans-serif;
}
body .mgaf_sumbar strong {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 17px !important;
    margin-right: 4px;
    margin-top: 7px;
    text-transform: uppercase;
}
body .mgaf_sumbar span {
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    border-color: transparent;
    background: #cd0096 !important;
    font-size: 17px !important;
    font-weight: 500;
    box-shadow: 0px 0px 15px #00000045;
}
body .mgaf_search>i {
    font-size: 17px !important;
}
body .mgaf_search input {
    background: #000;
    border: none;
    border-radius: 5px;
    font-size: 20px !important;
}
body .mgaf_blocks_opts_layout .mgaf_opts_list > li:not(.mgaf_dis_opt):hover {
    color: #fff;
    background-color: rgb(30 30 30);
    border-color: #ffffff4a;
    background: linear-gradient( 354deg, rgb(30 30 30) 6.5%, rgb(82 82 82) 93.2% );	
}
body .mgaf_blocks_opts_layout .mgaf_opts_list > li.mgaf_sel_opt {
    color: #fff;
    border-color: transparent;
    /* background: #009fb1 !important;	*/
	background: #cd0096 !important;	
}
body .mgaf_blocks_opts_layout .mgaf_opts_list>li {
    background: linear-gradient( 332deg, rgb(39 39 39) 6.5%, rgb(49 49 49) 93.2% );
    box-shadow: 0px 0px 9px #00000069;
    border-radius: 5px;
}
body .mgaf_blocks_opts_layout .mgaf_opts_list > li {
    color: #c4c4c4;
    font-weight: 500;
    border-color: #525252a6;
    border-width: 1px;
    border-bottom: none;
    border-bottom: none;
    border-right: none;
}
body .mgaf_opts_wrap {
    background: #00000080;
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 5px 5px;	
}
body .mg_grid_wrap:not(.mg_mobile_mode) .mgaf_rside_blocks .mgaf_sect>label, .mgaf_sect>label {
    margin-bottom: 0px;
    background: #4a4a4ad1;
    padding: 7px 8px;
    border-radius: 5px 5px 0px 0px;
    color: #00e5ff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-left: 1px solid #00000080;
    border-bottom: 1px solid #00000080;
}
body .mg_right_filters:not(.mg_mobile_mode) .mg_items_container {
    border-right-width: 410px !important;
}
body .mgaf_sumbar {
    background: #434343;
    padding: 5px 14px 7px 19px;
    background-image: linear-gradient( 332deg, rgb(39 39 39) 6.5%, rgb(49 49 49) 93.2% );
    border-radius: 10px;
    box-shadow: 0px 0px 30px 9px #000000;
    border-left: 1px solid #ffffff30 !important;
    border-top: 1px solid #ffffff30 !important;
    margin-bottom: 30px !important;
    height: 53px;
	animation: auto;
    transition: 0.5s;	
}




body [class*="mg_"] .mg_box:not(.mg_spacer) .mg_box_inner {
    box-shadow: 0px 10px 17px #00000091 !important;
    border-left: 1px solid #ffffff30 !important;
    border-top: 1px solid #ffffff30 !important;

    position: relative;
    top: 0px;
    display: block;
    float: left;
    z-index: 99;	
	
}

body [class*="mg_"] .mg_tu_attach .mgi_txt_under {
    box-shadow: 0px 10px 17px #00000091 !important;
    border-left: 1px solid #ffffff30 !important;
    border-bottom: 0px solid #000000a6 !important;
    padding-top: 0px !important;
	
    position: relative;
    top: 0px;
    display: block;
    float: left;
    z-index: 999;	
	
}

div.mgom_layer.mgom_custom_txt.mgom_391_3 {
    display: block;
    position: relative;
    float: left;
    z-index: 9999;
    padding: 7px 7px 0px 7px;
}





body [class*="mg_"] .mgi_overlays,
body [class*="mg_"] .mg_box .mg_media_wrap {
    border-radius: 4px !important;	
}

body .mg_right_filters:not(.mg_mobile_mode) .mg_above_grid {
    width: 350px;
    min-width: 350px;
    background-image: linear-gradient( 332deg, rgb(39 39 39) 6.5%, rgb(49 49 49) 93.2% );
    padding: 20px 20px 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px #000;
    border-left: 1px solid #ffffff30 !important;
    border-top: 1px solid #ffffff30 !important;
}



/** SCROLL BAR OVERFLOW START **/

body .mg_right_filters:not(.mg_mobile_mode) .mg_above_grid {
	height: calc(100% - 300px);
	width: 350px;
	right: 0px;
	top: 0px;
    transition: 0.5s;		
}
.mg_above_grid::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.mg_above_grid::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;

}
.mg_above_grid::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

/** SCROLL BAR OVERFLOW END **/



/********* MEDIAGRID END *********/

/********* SFG START *********/


body .offcanvas_aside.offcanvas_aside_right:before {
    width: 100%;
    padding: 130px 20px 20px 30px;
    box-shadow: 0px 0px 40px #000;
    border-left: lpx solid #ffffff30;
    background-image: linear-gradient( 332deg, rgb(39 39 39) 6.5%, rgb(49 49 49) 93.2% );
    background-color: #000;
}


body.home div.entry-content {
    min-height: 1000px; 
}

body div.content-area {
	
/*	
    background-image: url(images/shirtsforgamers_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
*/
background-image: linear-gradient( 111.4deg, rgb(24 24 24) 6.5%, rgb(14 14 14) 93.2% );
}

body .progress-page.is-active.is-visible {
    opacity: 1 !important;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    cursor: pointer !important;
	
    background: #ffffff;
    padding: 4px 4px 4px 4px;	
}
body .progress-page {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    cursor: pointer !important;
}


/********* SFG END *********/


div.above-products-wrap {
    left: 500px;
    position: relative;
    z-index: 6;
    margin-bottom: 20px;
    display: block;
    width: calc(100% - 500px);
}


body.woocommerce-shop div.sidebar-container {
    background: #ccc;
    padding: 30px;
    max-width: 400px;
    z-index: 99999999999;
    position: relative !important;
}

ul.brand-selection-wrap {
    background: #ccc;
    float: right;
    display: block;
    width: 100%;
    padding: 15px;
}

ul.brand-selection-wrap li {
    list-style: none;
    display: inline;
    padding: 0px 5px 0px 0px;				
}

li.noselection.noncurrent {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0) !important; /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0) !important; /* Microsoft Edge and Firefox 35+ */			
		opacity: 1 !important;
}

li.current {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */		
}
li.noncurrent {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */		
		opacity: 0.5;
}

body .site-header.header--clone .header-wrapper {
    background-image: linear-gradient( 1800deg, rgb(24 24 24) 6.5%, rgb(14 14 14) 93.2% );
    border-bottom: 1px solid #ffffff38;
    box-shadow: 0px 0px 24px #000;
}
}
body header.site-header.header--clone .header-inner:before,
body header.site-header.header--clone .header-inner {
    background: transparent;		
}


.dropdown.menu > li > a span {
    color: #fff;
		font-weight: 600;
    text-transform: uppercase;
}
header.header--stick .dropdown.menu > li > a span {
    color: #fff;
}

body.woocommerce-shop.shop-sidebar-left div.woocommerce-sidebar-inside {
    padding-right: 0px;		
}

div.header-slider-wrap {
		min-height: 100px;
		background: #000;
}
div.title-section.grid-container {
		background: none;		
}

div.grid-container {
    padding: 20px 50px 20px 50px;
}
body.home div.grid-margin-x > .large-9 {
    width: calc(100% - 530px);
    margin-left: 60px;
    margin-top: 60px;
}

header.site-header:not(.header--clone) div.header-inner {
    background-color: #000000cc !important;
}
body footer#site-footer .site-footer-inner {
    position: relative;
    width: calc(100% - 22px);
    height: 100%;
}

/********* PRODUCT PAGE START *********/

body.single-product, 
body.single-product .offcanvas_main_content, 
body.single-product .content-area, 
body.single-product .blog-content-area, 
body.single-product .product-content-area, 
body.single-product .post-content-area, 
body.single-product .page-header {
    background-color: #0a0a0a;			
}

body.single-product .product_layout_default .sidebar-container {
    color: #fff;
    position: fixed;
    float: left;
    top: 0px;
    width: 450px;
    margin: 0px;
    left: 0px;
    height: 100%;	
    padding: 130px 20px 20px 30px !important;
    box-shadow: 0px 0px 40px #000;
    border-right: 1px solid #ffffff30 !important;
	background-image: linear-gradient( 332deg, rgb(39 39 39) 6.5%, rgb(49 49 49) 93.2% );
}
body.single-product div.grid-margin-x > .large-9 {
    width: calc(100% - 530px);
	float: right;
}
body.single-product .grid-margin-x {
    float: right;
    margin: 0px !important;
    width: 100%;
    position: relative;
    left: 450px;
}
body.single-product div.product_related_wrapper {
    float: right;
    width: calc(100% - 530px);	
}
body.single-product .product-content-area {
    border-bottom: none !important;
    float: left;
}
body.single-product footer#site-footer {
    float: right;
    margin: 0px !important;		
	background-color: #111111;
    width: calc(100% - 450px);
	border-top: 1px solid #2b2b2b;
}


body.single-product .product-image-wrapper {
    background-color: #020202;
}

body.single-product .woocommerce-product-gallery__wrapper {
	background-image: url(images/sfg_filter-mask_tee.png);	
    background-size: contain;
}

body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .product-image-wrapper,
body.single-product .product_layout #product-images .woocommerce-product-gallery__image {
    width: 800px;
    height: 800px;
}
body.product-sidebar-active.single-product .product_layout.product_layout_default .product-cells .product-images-cell {
    width: 800px;
}
body.product-sidebar-active.single-product .product_layout.product_layout_default .product-cells .product-info-cell {
    padding-left: 50px;
}
body.single-product .product_layout #product-images .woocommerce-product-gallery__image img {
    width: 38%;
    left: 31%;
    margin-top: 16% !important;
	position: relative;
}
body.single-product .product_layout .product-info-cell .product_summary_top .page-title-wrapper h1.product_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 50px;
    letter-spacing: normal;
    border-bottom: 3px solid #00afff;
    padding-bottom: 13px;	
}
body.single-product header.site-header:not(.header--clone) div.header-inner {
    background-color: #000000 !important;
}
body.single-product .woocommerce-product-details__short-description p {
    font-weight: 400;
    font-size: 18px;
    float: left;
    clear: both;
    font-family: 'Poppins', arial, sans-serif;
    border-bottom: 2px solid #7e7e7e29;
    padding-bottom: 21px;
    color: #d5d5d5;
}
body.single-product .offcanvas_container {
	border: none !important;
    background: transparent !important;	
}

body.single-product footer#site-footer .footer__wrapper,
footer#site-footer.is-animating .footer__wrapper {
    background-color: transparent !important;
}
body.single-product .product-images-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #00000059;
}
.sfg_single-product-garment-options-wrap {
    float: left;
    clear: both;
}
body.single-product p.price {
    display: block;
    float: left;
    clear: both;
}
body.single-product .product_summary_bottom {
    width: 100%;
    float: left;
    clear: both;
	color: #fff;
}
[class*="ppom-"] {
	color: #fff;	
}
.sfg-filter.colors.single-product {
    float: left;
    clear: both;	
}
.sfg-filter.garments.single-product {
    float: left;
    clear: both;	
}
body.single-product .product_layout .product-info-cell .product_summary_top .page-title-wrapper {
    display: block;
    width: calc(100% + 65px);
}

body.single-product .product_summary_middle p.price {
	display: none;	
}



/********* PRODUCT PAGE END ***********/



/*
 * OFFICIAL COLORS: 	Pink: #cd0096   Blue: #00c4da
 */


